Skip to content

Commit

Permalink
Change text for alternative server-button (IOS-153) (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag authored May 2, 2023
1 parent 17dce25 commit a99f3a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Localization/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"log_in": "Log In",
"learn_more": "Learn more",
"join_default_server": "Join mastodon.social",
"pick_server": "Pick my own Server",
"pick_server": "Pick another server",
"separator": {
"or": "or"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1496,8 +1496,8 @@ public enum L10n {
public static let learnMore = L10n.tr("Localizable", "Scene.Welcome.LearnMore", fallback: "Learn more")
/// Log In
public static let logIn = L10n.tr("Localizable", "Scene.Welcome.LogIn", fallback: "Log In")
/// Pick my own Server
public static let pickServer = L10n.tr("Localizable", "Scene.Welcome.PickServer", fallback: "Pick my own Server")
/// Pick another server
public static let pickServer = L10n.tr("Localizable", "Scene.Welcome.PickServer", fallback: "Pick another server")
public enum Education {
public enum A11Y {
public enum WhatIsMastodon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ uploaded to Mastodon.";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.PickServer" = "Pick another server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
Expand All @@ -542,4 +542,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "[email protected]";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ uploaded to Mastodon.";
"Scene.Welcome.JoinDefaultServer" = "Join mastodon.social";
"Scene.Welcome.LearnMore" = "Learn more";
"Scene.Welcome.LogIn" = "Log In";
"Scene.Welcome.PickServer" = "Pick my own Server";
"Scene.Welcome.PickServer" = "Pick another server";
"Scene.Welcome.Separator.Or" = "or";
"Widget.Common.UnsupportedWidgetFamily" = "Sorry but this Widget family is unsupported.";
"Widget.Common.UserNotLoggedIn" = "Please open Mastodon to log in to an Account.";
Expand All @@ -542,4 +542,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "[email protected]";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

0 comments on commit a99f3a1

Please sign in to comment.