MESSENGER-3626 replaced copyright url

This commit is contained in:
Arnfried Griesert
2022-10-06 05:55:50 +00:00
committed by Frank Rotermund
parent d6d4d22541
commit a75c86fd07
5 changed files with 10 additions and 10 deletions
@@ -706,10 +706,8 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
[sectionAbout addRowWithTag:ADVANCED_REPORT_BUG_INDEX];
}
if (BuildSettings.settingsScreenAllowChangingCrashUsageDataSettings)
{
[sectionAbout addRowWithTag:ABOUT_COPYRIGHT_INDEX];
}
[sectionAbout addRowWithTag:ABOUT_COPYRIGHT_INDEX];
if (BuildSettings.applicationTermsConditionsUrlString.length)
{
[sectionAbout addRowWithTag:ABOUT_TERM_CONDITIONS_INDEX];
@@ -2634,7 +2632,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
{
MXKTableViewCell *copyrightCell = [self getDefaultTableViewCell:tableView];
copyrightCell.textLabel.text = [VectorL10n settingsCopyright];
copyrightCell.textLabel.text = [BWIL10n settingsCopyright];
[copyrightCell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
@@ -2779,7 +2777,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
{
MXKTableViewCell *termAndConditionCell = [self getDefaultTableViewCell:tableView];
termAndConditionCell.textLabel.text = [VectorL10n settingsTermConditions];
termAndConditionCell.textLabel.text = [BWIL10n settingsCopyright];
[termAndConditionCell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
@@ -2789,7 +2787,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
{
MXKTableViewCell *copyrightCell = [self getDefaultTableViewCell:tableView];
copyrightCell.textLabel.text = [VectorL10n settingsCopyright];
copyrightCell.textLabel.text = [BWIL10n settingsCopyright];
[copyrightCell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
@@ -3194,7 +3192,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
{
WebViewViewController *webViewViewController = [[WebViewViewController alloc] initWithURL:BuildSettings.applicationCopyrightUrlString];
webViewViewController.title = [VectorL10n settingsCopyright];
webViewViewController.title = [BWIL10n settingsCopyright];
[self pushViewController:webViewViewController];
}