Indicate when chats already belong in folder.

This commit is contained in:
Michelle Tang
2024-10-29 14:14:20 -04:00
committed by GitHub
parent 1b9129b4a0
commit 0b66e9409d
3 changed files with 75 additions and 14 deletions

View File

@@ -749,6 +749,8 @@
<string name="AddToFolderBottomSheet_choose_a_folder">Choose a folder</string>
<!-- Toast shown when a chat has been added to a folder, where %s is the name of the folder -->
<string name="AddToFolderBottomSheet_added_to_s">Added to \"%1$s\"</string>
<!-- Toast shown when a user tries to add a chat to a folder, but the folder already has that chat. %s is the name of the folder -->
<string name="AddToFolderBottomSheet_this_chat_is_already">This chat is already in the folder \"%1$s\"</string>
<!-- Show in conversation list overflow menu to open selection bottom sheet -->
<string name="ConversationListFragment__notification_profile">Notification profile</string>