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

fix: title selection - WPB-11344 #2038

Open
wants to merge 1 commit into
base: epic/navigation-overhaul-WPB-6647
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wire-ios/Wire-iOS/Generated/Strings+Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2748,8 +2748,8 @@ internal enum L10n {
}
internal enum Filter {
internal enum AllConversations {
/// All Conversations
internal static let title = L10n.tr("Localizable", "conversation_list.filter.all_conversations.title", fallback: "All Conversations")
/// All
internal static let title = L10n.tr("Localizable", "conversation_list.filter.all_conversations.title", fallback: "All")
}
internal enum Favorites {
/// Favorites
Expand Down
2 changes: 1 addition & 1 deletion wire-ios/Wire-iOS/Resources/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"conversation_list.empty.no_contacts.message" = "Start a conversation or\ncreate a group.";

// Conversation List - Filter Conversations
"conversation_list.filter.all_conversations.title" = "All Conversations";
"conversation_list.filter.all_conversations.title" = "All";
"conversation_list.filter.favorites.title" = "Favorites";
"conversation_list.filter.groups.title" = "Groups";
"conversation_list.filter.oneOnOneConversations.title" = "1:1 Conversations";
Expand Down
Loading