mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-3626 replaced copyright url
This commit is contained in:
committed by
Frank Rotermund
parent
d6d4d22541
commit
a75c86fd07
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user