Make string translatable

This commit is contained in:
MM20
2025-04-27 14:46:08 +02:00
parent a53ee1b273
commit 4e2fbf965f
2 changed files with 2 additions and 1 deletions
@@ -91,7 +91,7 @@ fun TasksIntegrationSettingsScreen() {
}
)
Preference(
title = "Open Tasks app",
title = stringResource(R.string.preference_launch_tasks_app),
icon = Icons.AutoMirrored.Rounded.OpenInNew,
onClick = {
viewModel.launchTasksApp(activity as AppCompatActivity)