Fixed theme setting support text

This commit is contained in:
Sad Ellie 2022-06-22 20:56:53 +03:00
parent b7021b99bc
commit daeaf749fd

View File

@ -121,7 +121,7 @@ fun SettingsScreen(
item {
SettingsListItem(
stringResource(R.string.theme_setting),
stringResource(R.string.theme_setting)
stringResource(R.string.theme_setting_support)
) { dialogState = DialogState.THEME }
}