Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun ConversationSharedDriveButton(
) {
WireSecondaryButton(
modifier = modifier,
text = stringResource(R.string.label_conversation_files),
text = stringResource(R.string.conversation_options_shared_drive_label),
onClick = onClick,
minSize = MaterialTheme.wireDimensions.buttonMinSize,
fillMaxWidth = true,
Expand Down
2 changes: 1 addition & 1 deletion features/cells/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<string name="download">Herunterladen</string>
<string name="downloading_file_message">Datei wird heruntergeladen…</string>
<string name="error_share_link">Link kann nicht geteilt werden.</string>
<string name="conversation_files_title">Dateien</string>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would this also change the title for non drive conversations?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conversation_files_title is used in ConversationFilesScreen which is in
package com.wire.android.feature.cells.ui (inside cells module)

<string name="conversation_files_title">Geteiltes Drive</string>
<string name="creating_link">Öffentlicher Link wird erstellt…</string>
<string name="cells_new_label">Neu</string>
<string name="cells_new_label_content_description">Neu</string>
Expand Down
2 changes: 1 addition & 1 deletion features/cells/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<string name="download">Скачать</string>
<string name="downloading_file_message">Загрузка файла…</string>
<string name="error_share_link">Не удается поделиться ссылкой.</string>
<string name="conversation_files_title">Файлы</string>
<string name="conversation_files_title">Общий диск</string>
<string name="creating_link">Создание публичной ссылки…</string>
<string name="cells_new_label">Новая</string>
<string name="cells_new_label_content_description">Новая</string>
Expand Down
1 change: 0 additions & 1 deletion features/cells/src/main/res/values-si/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<string name="cell_files_download_failure_message">බාගැනීම අසාර්ථක විය.</string>
<string name="download_file_message">මෙම ගොනුව තවම බාගත කර නැත. ඔබට එය දැන් බාගත කිරීමට අවශ්‍යද?</string>
<string name="download">බාගත කරන්න</string>
<string name="conversation_files_title">ගොනු</string>
<string name="creating_link">පොදු සබැඳියක් නිර්මාණය කිරීම…</string>
<string name="cells_new_label">අලුත්</string>
<string name="cells_new_label_content_description">අලුත්</string>
Expand Down
1 change: 0 additions & 1 deletion features/cells/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<string name="cell_files_download_failure_message">İndirme başarısız oldu.</string>
<string name="download_file_message">Bu dosya henüz indirilmedi. Şimdi indirmek ister misiniz?</string>
<string name="download">İndir</string>
<string name="conversation_files_title">Dosyalar</string>
<string name="creating_link">Genel bağlantı oluşturuluyor…</string>
<string name="cells_new_label">Yeni</string>
<string name="cells_new_label_content_description">Yeni</string>
Expand Down
2 changes: 1 addition & 1 deletion features/cells/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<string name="download">Download</string>
<string name="downloading_file_message">Downloading file…</string>
<string name="error_share_link">Unable to share link.</string>
<string name="conversation_files_title">Files</string>
<string name="conversation_files_title">Shared Drive</string>
<string name="creating_link">Creating public link…</string>
<string name="cells_new_label">New</string>
<string name="cells_new_label_content_description">New</string>
Expand Down
Loading