Fixed "About Unitto" localization.

This commit is contained in:
Sad Ellie 2023-01-07 14:44:13 +04:00
parent 2bd56a7c3e
commit f55a5bdfeb

View File

@ -59,7 +59,7 @@ fun AboutScreen(
}
UnittoLargeTopAppBar(
title = "About Unitto",
title = stringResource(R.string.about_unitto),
navigateUpAction = navigateUpAction
) { padding ->
LazyColumn(contentPadding = padding) {