Update string

This commit is contained in:
yostyle 2023-08-08 16:02:08 +02:00
parent e8b80b9a55
commit 5ef53a99f2

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,
)