Skip to content

Commit

Permalink
Remove registration placeholder string
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed May 1, 2020
1 parent 2af69ad commit 38bfd7f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Nio/Generated/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Nio/Supporting Files/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 0 additions & 1 deletion Nio/Supporting Files/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 0 additions & 1 deletion Nio/Supporting Files/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 38bfd7f

Please sign in to comment.