Skip to content

Commit

Permalink
chore: change strings
Browse files Browse the repository at this point in the history
  • Loading branch information
eyatsenkoperpetio committed Feb 2, 2024
1 parent 79a2ebf commit 22330db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Discussion/Discussion/SwiftGen/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
2 changes: 1 addition & 1 deletion Discussion/Discussion/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 22330db

Please sign in to comment.