Reword account deactivation button in Settings.

This commit is contained in:
Doug
2022-07-15 10:36:09 +01:00
parent b1539c0921
commit 071dbc93d2
4 changed files with 4 additions and 3 deletions
@@ -617,7 +617,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
{
Section *sectionDeactivate = [Section sectionWithTag:SECTION_TAG_DEACTIVATE_ACCOUNT];
[sectionDeactivate addRowWithTag:0];
sectionDeactivate.headerTitle = [VectorL10n settingsDeactivateMyAccount];
sectionDeactivate.headerTitle = [VectorL10n settingsDeactivateAccount];
[tmpSections addObject:sectionDeactivate];
}