diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index e568cf7a8..2c7b1c79b 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -1590,7 +1590,7 @@ internal enum VectorL10n { internal static var identityServerSettingsPlaceHolder: String { return VectorL10n.tr("Vector", "identity_server_settings_place_holder") } - /// Identity Server + /// Identity server internal static var identityServerSettingsTitle: String { return VectorL10n.tr("Vector", "identity_server_settings_title") } @@ -4150,7 +4150,7 @@ internal enum VectorL10n { internal static var settingsDiscoverySettings: String { return VectorL10n.tr("Vector", "settings_discovery_settings") } - /// Agree to the Identity Server (%@) Terms of Service to allow yourself to be discoverable by email address or phone number. + /// Agree to the identity server (%@) Terms of Service to allow yourself to be discoverable by email address or phone number. internal static func settingsDiscoveryTermsNotSigned(_ p1: String) -> String { return VectorL10n.tr("Vector", "settings_discovery_terms_not_signed", p1) } diff --git a/Riot/Modules/Application/LegacyAppDelegate.m b/Riot/Modules/Application/LegacyAppDelegate.m index a6df6cb48..73cad0071 100644 --- a/Riot/Modules/Application/LegacyAppDelegate.m +++ b/Riot/Modules/Application/LegacyAppDelegate.m @@ -1164,7 +1164,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni return YES; } - // Manage email validation link from Identity Server v1 or v2 + // Manage email validation link from identity server v1 or v2 else if ([webURL.path isEqualToString:validateEmailSubmitTokenAPIPathV1] || [webURL.path isEqualToString:validateEmailSubmitTokenAPIPathV2]) { diff --git a/Riot/Modules/Authentication/AuthenticationViewController.xib b/Riot/Modules/Authentication/AuthenticationViewController.xib index c654446fc..4080c755d 100644 --- a/Riot/Modules/Authentication/AuthenticationViewController.xib +++ b/Riot/Modules/Authentication/AuthenticationViewController.xib @@ -294,7 +294,7 @@ -