NTP-11931 | Notification screen copy change (#13881)
This commit is contained in:
@@ -106,7 +106,7 @@ fun NotificationSettingsContainer(
|
||||
horizontalArrangement = Arrangement.SpaceBetween,
|
||||
verticalAlignment = Alignment.CenterVertically
|
||||
) {
|
||||
ScreenSectionHeading(stringResource(R.string.permission_settings_screen_section_heading))
|
||||
ScreenSectionHeading(stringResource(R.string.allow_navi_to_send))
|
||||
if (settingsState.notificationSettingsList.any { it.enabled == false }) {
|
||||
ElexText(
|
||||
text = stringResource(R.string.enable_all_permissions_text),
|
||||
|
||||
@@ -506,6 +506,7 @@
|
||||
Control your personal data and information. Choose what you share, securely.\n\nWe don’t share your information with any third party.
|
||||
</string>
|
||||
<string name="permission_settings_screen_section_heading">Allow Navi to access</string>
|
||||
<string name="allow_navi_to_send">Allow Navi to send</string>
|
||||
<string name="enable_all_permissions_text">Enable all</string>
|
||||
<string name="revoke_permissions_bottom_sheet_title">Restart app to make changes</string>
|
||||
<string name="revoke_permissions_bottom_sheet_description">
|
||||
|
||||
Reference in New Issue
Block a user