Use localized string on tags settings screen

Close #898
This commit is contained in:
MM20 2024-06-29 18:51:01 +02:00
parent 6e5b27bdfe
commit 1b0a6bdf49
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -33,7 +33,7 @@ fun TagsSettingsScreen() {
val tags by remember { viewModel.tags }.collectAsState(emptyList())
PreferenceScreen(
title = "Tags",
title = stringResource(R.string.preference_screen_tags),
floatingActionButton = {
FloatingActionButton(onClick = { viewModel.createTag.value = true }) {
Icon(Icons.Rounded.Add, null)