mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-21 20:31:21 +02:00
Fix string resource use from earlier PR (already merged)
This commit is contained in:
@@ -254,7 +254,7 @@ fun ListContent(
|
|||||||
Spacer(modifier = Modifier.weight(1f))
|
Spacer(modifier = Modifier.weight(1f))
|
||||||
|
|
||||||
IconRow(
|
IconRow(
|
||||||
"Logout",
|
stringResource(R.string.log_out),
|
||||||
R.drawable.ic_logout,
|
R.drawable.ic_logout,
|
||||||
MaterialTheme.colors.onBackground,
|
MaterialTheme.colors.onBackground,
|
||||||
onClick = { accountViewModel.logOff() }
|
onClick = { accountViewModel.logOff() }
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
<string name="followers">" Followers"</string>
|
<string name="followers">" Followers"</string>
|
||||||
<string name="profile">Profile</string>
|
<string name="profile">Profile</string>
|
||||||
<string name="security_filters">Security Filters</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="show_more">Show More</string>
|
||||||
<string name="lightning_invoice">Lightning Invoice</string>
|
<string name="lightning_invoice">Lightning Invoice</string>
|
||||||
<string name="pay">Pay</string>
|
<string name="pay">Pay</string>
|
||||||
|
Reference in New Issue
Block a user