diff --git a/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/NotificationsPreferenceScreen.kt b/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/NotificationsPreferenceScreen.kt index cd9380ba23..de64716e49 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/NotificationsPreferenceScreen.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/NotificationsPreferenceScreen.kt @@ -1,5 +1,6 @@ package org.thoughtcrime.securesms.preferences.compose +import android.R.attr.onClick import android.app.Activity import android.media.RingtoneManager import android.net.Uri @@ -218,7 +219,7 @@ fun NotificationsPreference( title = annotatedStringResource(R.string.notificationsContent), subtitle = annotatedStringResource(R.string.notificationsContentDescription), subtitleStyle = LocalType.current.large, - qaTag = R.string.qa_pro_settings_action_show_badge, + qaTag = R.string.qa_preferences_option_notification_privacy, icon = R.drawable.ic_baseline_arrow_drop_down_24, endText = annotatedStringResource(uiState.notificationPrivacy.toString()), onClick = { sendCommand(ShowNotificationPrivacyDialog) } diff --git a/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/PrivacySettingsPreferenceScreen.kt b/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/PrivacySettingsPreferenceScreen.kt index dbefaf033d..64a9d3da6b 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/PrivacySettingsPreferenceScreen.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/preferences/compose/PrivacySettingsPreferenceScreen.kt @@ -349,7 +349,7 @@ fun PrivacySettingsPreference( buttons = listOf( DialogButtonData( text = GetString(stringResource(R.string.enable)), - qaTag = stringResource(R.string.qa_preferences_dialog_cancel), + qaTag = stringResource(R.string.qa_preferences_dialog_enable), onClick = { sendCommand(NavigateToAppNotificationsSettings) }