From 38bfd7f4c64c34d34b25e1141c02c62c9bd6fa81 Mon Sep 17 00:00:00 2001 From: Kilian Koeltzsch Date: Fri, 1 May 2020 11:54:26 +0200 Subject: [PATCH] Remove registration placeholder string --- Nio/Generated/Strings.swift | 2 -- Nio/Supporting Files/de.lproj/Localizable.strings | 1 - Nio/Supporting Files/en.lproj/Localizable.strings | 1 - Nio/Supporting Files/nl.lproj/Localizable.strings | 1 - 4 files changed, 5 deletions(-) diff --git a/Nio/Generated/Strings.swift b/Nio/Generated/Strings.swift index 6f4bc610..b62520e6 100644 --- a/Nio/Generated/Strings.swift +++ b/Nio/Generated/Strings.swift @@ -146,8 +146,6 @@ internal enum L10n { internal static let failureBackToLogin = L10n.tr("Localizable", "login.failure-back-to-login") /// Don't have an account yet? internal static let openRegistrationPrompt = L10n.tr("Localizable", "login.open-registration-prompt") - /// Registering for new accounts is not yet implemented. - internal static let registerNotYetImplemented = L10n.tr("Localizable", "login.register-not-yet-implemented") /// Sign in internal static let signIn = L10n.tr("Localizable", "login.sign-in") /// 👋 Welcome to diff --git a/Nio/Supporting Files/de.lproj/Localizable.strings b/Nio/Supporting Files/de.lproj/Localizable.strings index 0c46f504..d81c48c0 100644 --- a/Nio/Supporting Files/de.lproj/Localizable.strings +++ b/Nio/Supporting Files/de.lproj/Localizable.strings @@ -6,7 +6,6 @@ "login.form.homeserver-optional-explanation" = "Der Homeserver ist optional falls du auf matrix.org registriert bist."; "login.sign-in" = "Anmelden"; "login.open-registration-prompt" = "Du hast noch kein Benutzerkonto?"; -"login.register-not-yet-implemented" = "Registrierung für neue Konten ist noch nicht implementiert."; "login.failure-back-to-login" = "Zurück zur Anmeldung"; "registration.header" = "Erstelle ein neues Matrix-Konto"; diff --git a/Nio/Supporting Files/en.lproj/Localizable.strings b/Nio/Supporting Files/en.lproj/Localizable.strings index 0ad5d301..238c7a80 100644 --- a/Nio/Supporting Files/en.lproj/Localizable.strings +++ b/Nio/Supporting Files/en.lproj/Localizable.strings @@ -6,7 +6,6 @@ "login.form.homeserver-optional-explanation" = "Homeserver is optional if you're using matrix.org."; "login.sign-in" = "Sign in"; "login.open-registration-prompt" = "Don't have an account yet?"; -"login.register-not-yet-implemented" = "Registering for new accounts is not yet implemented."; "login.failure-back-to-login" = "Back to Login"; "registration.header" = "Register a new Matrix account"; diff --git a/Nio/Supporting Files/nl.lproj/Localizable.strings b/Nio/Supporting Files/nl.lproj/Localizable.strings index ec9cb340..636eaacb 100644 --- a/Nio/Supporting Files/nl.lproj/Localizable.strings +++ b/Nio/Supporting Files/nl.lproj/Localizable.strings @@ -6,7 +6,6 @@ "login.form.homeserver-optional-explanation" = "Homeserver is optioneel als je matrix.org gebruikt."; "login.sign-in" = "Log in"; "login.open-registration-prompt" = "Nog geen account?"; -"login.register-not-yet-implemented" = "Registratie voor nieuwe accounts is nog niet geïmplementeerd."; "login.failure-back-to-login" = "Terug naar Login"; "registration.header" = "Registreer een nieuwe Matrix account";