fix: issue where FriendsScreen header is not translated

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-01-19 23:49:13 +01:00
parent 8be81649b2
commit cc7153f38b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {