From b2a9abe95c18bf1da4010458bbb425fc54e68a05 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Mon, 10 Apr 2023 20:20:06 -0500 Subject: [PATCH] Update temporary account data report string --- .../AppSettings/Account/AccountSettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/AppSettings/Account/AccountSettingsViewController.swift b/Signal/src/ViewControllers/AppSettings/Account/AccountSettingsViewController.swift index e79d42d079..504aaf4fce 100644 --- a/Signal/src/ViewControllers/AppSettings/Account/AccountSettingsViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/Account/AccountSettingsViewController.swift @@ -189,7 +189,7 @@ class AccountSettingsViewController: OWSTableViewController2 { if FeatureFlags.canRequestAccountDataReport { accountSection.add(.actionItem( // TODO[ADE]: Localize this string - withText: "Request Account Data", + withText: "Your Account Data", accessibilityIdentifier: UIView.accessibilityIdentifier( in: self, name: "request_account_data_report"