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 {
|
Column {
|
||||||
PageHeader(
|
PageHeader(
|
||||||
text = "Friends",
|
text = stringResource(R.string.friends),
|
||||||
startButtons = {
|
startButtons = {
|
||||||
if (useDrawer) {
|
if (useDrawer) {
|
||||||
IconButton(onClick = onDrawerClicked) {
|
IconButton(onClick = onDrawerClicked) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue