Skip to content

Commit

Permalink
Use the resource string
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Aug 6, 2023
1 parent 41e8025 commit 08cc0e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ fun Settings(viewModel: SettingsViewModel) = LazyColumn {
R.drawable.ic_hour
)
DropDownSetting(
"Frequency",
stringResource(R.string.frequency),
listOf(
stringResource(R.string.settings_alarm_daily),
stringResource(R.string.settings_alarm_3day),
Expand Down

0 comments on commit 08cc0e8

Please sign in to comment.