Skip to content

Commit

Permalink
TW-2089 removed multithreaded text in empty group view
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored and hoangdat committed Oct 18, 2024
1 parent 5499ef9 commit 5a8c6f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions assets/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2585,8 +2585,6 @@
"@upTo100000Members": {},
"persistentChatHistory": "Persistent Chat history",
"@persistentChatHistory": {},
"multiInteractionThreadedDiscussion": "Multi-interaction threaded discussions",
"@multiInteractionThreadedDiscussion": {},
"addMember": "Add members",
"@addMember": {},
"profile": "Profile",
Expand Down
2 changes: 0 additions & 2 deletions assets/l10n/intl_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2561,8 +2561,6 @@
"keyword": {}
}
},
"multiInteractionThreadedDiscussion": "Discussions simultanées multiples",
"@multiInteractionThreadedDiscussion": {},
"statusDot": "⬤",
"@statusDot": {},
"onlineStatus": "en ligne",
Expand Down
2 changes: 0 additions & 2 deletions assets/l10n/intl_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2553,8 +2553,6 @@
"@upTo100000Members": {},
"persistentChatHistory": "История чата сохраняется",
"@persistentChatHistory": {},
"multiInteractionThreadedDiscussion": "Многофункциональные треды с обсуждениями",
"@multiInteractionThreadedDiscussion": {},
"addMember": "Добавить участников",
"@addMember": {},
"profile": "Профиль",
Expand Down
2 changes: 0 additions & 2 deletions assets/l10n/intl_vi.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2448,8 +2448,6 @@
"keyword": {}
}
},
"multiInteractionThreadedDiscussion": "Thảo luận chuỗi đa tương tác",
"@multiInteractionThreadedDiscussion": {},
"noConnection": "Không có kết nối",
"@noConnection": {},
"wednesday": "T4",
Expand Down
2 changes: 0 additions & 2 deletions lib/pages/chat/group_chat_empty_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ class GroupChatEmptyView extends StatelessWidget {
_ruleChannel(L10n.of(context)!.upTo100000Members),
const SizedBox(height: 8),
_ruleChannel(L10n.of(context)!.persistentChatHistory),
const SizedBox(height: 8),
_ruleChannel(L10n.of(context)!.multiInteractionThreadedDiscussion),
],
),
);
Expand Down

0 comments on commit 5a8c6f5

Please sign in to comment.