Create thread title string

This commit is contained in:
ismailgulek
2021-11-11 01:02:47 +03:00
parent 9d5ccc635e
commit 10da17183d
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -323,7 +323,8 @@ Tap the + to start adding people.";
"room_member_power_level_short_moderator" = "Mod";
"room_member_power_level_short_custom" = "Custom";
// Chat
// MARK: - Chat
"room_slide_to_end_group_call" = "Slide to end the call for everyone";
"room_jump_to_first_unread" = "Jump to unread";
"room_accessiblity_scroll_to_bottom" = "Scroll to bottom";
@@ -413,6 +414,9 @@ Tap the + to start adding people.";
"room_join_group_call" = "Join";
"room_no_privileges_to_create_group_call" = "You need to be an admin or a moderator to start a call.";
// MARK: Threads
"room_thread_title" = "Thread";
"media_type_accessibility_image" = "Image";
"media_type_accessibility_audio" = "Audio";
"media_type_accessibility_video" = "Video";