Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EULA link and checkbox for "send marketing messages" #273

Merged
merged 10 commits into from
Feb 6, 2024
Prev Previous commit
Next Next commit
chore: change strings
  • Loading branch information
eyatsenkoperpetio committed Feb 2, 2024
commit 22330db0dc8dcdb13f568a2ef86962e2e6b551e7
4 changes: 2 additions & 2 deletions Discussion/Discussion/SwiftGen/Strings.swift
Original file line number Diff line number Diff line change
@@ -138,8 +138,8 @@ public enum DiscussionLocalization {
public static let allPosts = DiscussionLocalization.tr("Localizable", "TOPICS.ALL_POSTS", fallback: "All Posts")
/// Main categories
public static let mainCategories = DiscussionLocalization.tr("Localizable", "TOPICS.MAIN_CATEGORIES", fallback: "Main categories")
/// Posts i'm following
public static let postImFollowing = DiscussionLocalization.tr("Localizable", "TOPICS.POST_IM_FOLLOWING", fallback: "Posts i'm following")
/// Posts I'm following
public static let postImFollowing = DiscussionLocalization.tr("Localizable", "TOPICS.POST_IM_FOLLOWING", fallback: "Posts I'm following")
/// Search all posts
public static let search = DiscussionLocalization.tr("Localizable", "TOPICS.SEARCH", fallback: "Search all posts")
}
2 changes: 1 addition & 1 deletion Discussion/Discussion/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@

"TOPICS.SEARCH" = "Search all posts";
"TOPICS.ALL_POSTS" = "All Posts";
"TOPICS.POST_IM_FOLLOWING" = "Posts i'm following";
"TOPICS.POST_IM_FOLLOWING" = "Posts I'm following";
"TOPICS.MAIN_CATEGORIES" = "Main categories";

"POSTS.SORT.RECENT_ACTIVITY" = "Recent Activity";
Loading