Merge branch 'feature/3626_change_copyright_url' into 'develop'

MESSENGER-3626 replaced copyright url

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!24
This commit is contained in:
Frank Rotermund
2022-10-06 05:55:50 +00:00
5 changed files with 10 additions and 10 deletions

View File

@@ -109,7 +109,7 @@ final class BuildSettings: NSObject {
// MARK: - Legal URLs
// Note: Set empty strings to hide the related entry in application settings
static let applicationCopyrightUrlString = "https://element.io/copyright"
static let applicationCopyrightUrlString = "https://messenger.bwi.de/copyright"
static let applicationPrivacyPolicyUrlString = ""
static let applicationTermsConditionsUrlString = "https://element.io/terms-of-service"
static let applicationHelpUrlString = "https://element.io/help"