Update title for suggestion-screen (IOS-157)

This commit is contained in:
Nathan Mattes 2023-05-19 16:39:51 +02:00
parent 9b0e503603
commit f1777376f4
4 changed files with 7 additions and 12 deletions

View File

@ -464,8 +464,7 @@
} }
}, },
"suggestion_account": { "suggestion_account": {
"title": "Find People to Follow", "title": "Popular on Mastodon"
"follow_explain": "When you follow someone, youll see their posts in your home feed."
}, },
"compose": { "compose": {
"title": { "title": {

View File

@ -1484,10 +1484,8 @@ public enum L10n {
} }
} }
public enum SuggestionAccount { public enum SuggestionAccount {
/// When you follow someone, youll see their posts in your home feed. /// Popular on Mastodon
public static let followExplain = L10n.tr("Localizable", "Scene.SuggestionAccount.FollowExplain", fallback: "When you follow someone, youll see their posts in your home feed.") public static let title = L10n.tr("Localizable", "Scene.SuggestionAccount.Title", fallback: "Popular on Mastodon")
/// Find People to Follow
public static let title = L10n.tr("Localizable", "Scene.SuggestionAccount.Title", fallback: "Find People to Follow")
} }
public enum Thread { public enum Thread {
/// Post /// Post

View File

@ -517,8 +517,7 @@ uploaded to Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out"; "Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone"; "Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Title" = "Settings"; "Scene.Settings.Title" = "Settings";
"Scene.SuggestionAccount.FollowExplain" = "When you follow someone, youll see their posts in your home feed."; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.SuggestionAccount.Title" = "Find People to Follow";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@"; "Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?"; "Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
@ -552,4 +551,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; "Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; "Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social"; "Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; "Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";

View File

@ -517,8 +517,7 @@ uploaded to Mastodon.";
"Scene.Settings.Section.SpicyZone.Signout" = "Sign Out"; "Scene.Settings.Section.SpicyZone.Signout" = "Sign Out";
"Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone"; "Scene.Settings.Section.SpicyZone.Title" = "The Spicy Zone";
"Scene.Settings.Title" = "Settings"; "Scene.Settings.Title" = "Settings";
"Scene.SuggestionAccount.FollowExplain" = "When you follow someone, youll see their posts in your home feed."; "Scene.SuggestionAccount.Title" = "Popular on Mastodon";
"Scene.SuggestionAccount.Title" = "Find People to Follow";
"Scene.Thread.BackTitle" = "Post"; "Scene.Thread.BackTitle" = "Post";
"Scene.Thread.Title" = "Post from %@"; "Scene.Thread.Title" = "Post from %@";
"Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?"; "Scene.Welcome.Education.A11Y.WhatIsMastodon.Title" = "What is Mastodon?";
@ -552,4 +551,4 @@ uploaded to Mastodon.";
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; "Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts.";
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; "Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers";
"Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social"; "Widget.MultipleFollowers.MockUser.AccountName" = "another@follower.social";
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; "Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower";