Browse Source

Update string

pull/1037/head
yostyle 1 year ago
parent
commit
5ef53a99f2
  1. 2
      features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/root/PreferencesRootView.kt

2
features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/root/PreferencesRootView.kt

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

Loading…
Cancel
Save