Use 'Report a problem' string instead of 'Report bug' (#6735)
* Use 'Report a problem' instead of 'Report bug'. This old string will be deleted soon. * Update screenshots --------- Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
parent
f4cf704335
commit
9b91fabbd6
10 changed files with 18 additions and 18 deletions
|
|
@ -43,7 +43,7 @@ private fun CrashDetectionContent(
|
|||
onDismiss: () -> Unit = { },
|
||||
) {
|
||||
ConfirmationDialog(
|
||||
title = stringResource(id = CommonStrings.action_report_bug),
|
||||
title = stringResource(id = CommonStrings.common_report_a_problem),
|
||||
content = stringResource(id = R.string.crash_detection_dialog_content, appName),
|
||||
submitText = stringResource(id = CommonStrings.action_yes),
|
||||
cancelText = stringResource(id = CommonStrings.action_no),
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ private fun RageshakeDialogContent(
|
|||
onYesClick: () -> Unit = { },
|
||||
) {
|
||||
ConfirmationDialog(
|
||||
title = stringResource(id = CommonStrings.action_report_bug),
|
||||
title = stringResource(id = CommonStrings.common_report_a_problem),
|
||||
content = stringResource(id = R.string.rageshake_detection_dialog_content),
|
||||
thirdButtonText = stringResource(id = CommonStrings.action_disable),
|
||||
submitText = stringResource(id = CommonStrings.action_yes),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue