Skip to content

Commit d5c6fed

Browse files
authored
feat: copy rename for Shared Drive button (WPB-22523) (#4552)
1 parent 9f0e6a4 commit d5c6fed

6 files changed

Lines changed: 4 additions & 6 deletions

File tree

app/src/main/kotlin/com/wire/android/ui/home/conversations/media/ConversationSharedDriveButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fun ConversationSharedDriveButton(
3838
) {
3939
WireSecondaryButton(
4040
modifier = modifier,
41-
text = stringResource(R.string.label_conversation_files),
41+
text = stringResource(R.string.conversation_options_shared_drive_label),
4242
onClick = onClick,
4343
minSize = MaterialTheme.wireDimensions.buttonMinSize,
4444
fillMaxWidth = true,

features/cells/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<string name="download">Herunterladen</string>
6262
<string name="downloading_file_message">Datei wird heruntergeladen…</string>
6363
<string name="error_share_link">Link kann nicht geteilt werden.</string>
64-
<string name="conversation_files_title">Dateien</string>
64+
<string name="conversation_files_title">Geteiltes Drive</string>
6565
<string name="creating_link">Öffentlicher Link wird erstellt…</string>
6666
<string name="cells_new_label">Neu</string>
6767
<string name="cells_new_label_content_description">Neu</string>

features/cells/src/main/res/values-ru/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<string name="download">Скачать</string>
6767
<string name="downloading_file_message">Загрузка файла…</string>
6868
<string name="error_share_link">Не удается поделиться ссылкой.</string>
69-
<string name="conversation_files_title">Файлы</string>
69+
<string name="conversation_files_title">Общий диск</string>
7070
<string name="creating_link">Создание публичной ссылки…</string>
7171
<string name="cells_new_label">Новая</string>
7272
<string name="cells_new_label_content_description">Новая</string>

features/cells/src/main/res/values-si/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<string name="cell_files_download_failure_message">බාගැනීම අසාර්ථක විය.</string>
3030
<string name="download_file_message">මෙම ගොනුව තවම බාගත කර නැත. ඔබට එය දැන් බාගත කිරීමට අවශ්‍යද?</string>
3131
<string name="download">බාගත කරන්න</string>
32-
<string name="conversation_files_title">ගොනු</string>
3332
<string name="creating_link">පොදු සබැඳියක් නිර්මාණය කිරීම…</string>
3433
<string name="cells_new_label">අලුත්</string>
3534
<string name="cells_new_label_content_description">අලුත්</string>

features/cells/src/main/res/values-tr/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<string name="cell_files_download_failure_message">İndirme başarısız oldu.</string>
4545
<string name="download_file_message">Bu dosya henüz indirilmedi. Şimdi indirmek ister misiniz?</string>
4646
<string name="download">İndir</string>
47-
<string name="conversation_files_title">Dosyalar</string>
4847
<string name="creating_link">Genel bağlantı oluşturuluyor…</string>
4948
<string name="cells_new_label">Yeni</string>
5049
<string name="cells_new_label_content_description">Yeni</string>

features/cells/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<string name="download">Download</string>
6969
<string name="downloading_file_message">Downloading file…</string>
7070
<string name="error_share_link">Unable to share link.</string>
71-
<string name="conversation_files_title">Files</string>
71+
<string name="conversation_files_title">Shared Drive</string>
7272
<string name="creating_link">Creating public link…</string>
7373
<string name="cells_new_label">New</string>
7474
<string name="cells_new_label_content_description">New</string>

0 commit comments

Comments
 (0)