Update string

This commit is contained in:
yostyle
2023-08-08 16:02:08 +02:00
parent 25824ca614
commit 175ccd95b2

View File

@@ -95,7 +95,7 @@ fun PreferencesRootView(
)
}
PreferenceText(
title = "Notifications",
title = stringResource(id = CommonStrings.screen_notification_settings_title),
icon = Icons.Outlined.Notifications,
onClick = onOpenNotificationSettings,
)