fix: issue where FriendsScreen header is not translated
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
8be81649b2
commit
cc7153f38b
|
|
@ -103,7 +103,7 @@ fun FriendsScreen(useDrawer: Boolean, onDrawerClicked: () -> Unit) {
|
|||
|
||||
Column {
|
||||
PageHeader(
|
||||
text = "Friends",
|
||||
text = stringResource(R.string.friends),
|
||||
startButtons = {
|
||||
if (useDrawer) {
|
||||
IconButton(onClick = onDrawerClicked) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue