Fix string resource use from earlier PR (already merged)

This commit is contained in:
maxmoney21m 2023-03-04 15:18:07 +08:00
parent 3dd5d5c4b2
commit 8961675a3e
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ fun ListContent(
Spacer(modifier = Modifier.weight(1f))
IconRow(
"Logout",
stringResource(R.string.log_out),
R.drawable.ic_logout,
MaterialTheme.colors.onBackground,
onClick = { accountViewModel.logOff() }

View File

@ -48,7 +48,7 @@
<string name="followers">" Followers"</string>
<string name="profile">Profile</string>
<string name="security_filters">Security Filters</string>
<string name="log_out">Log out</string>
<string name="log_out">Logout</string>
<string name="show_more">Show More</string>
<string name="lightning_invoice">Lightning Invoice</string>
<string name="pay">Pay</string>