Merge pull request #2157 from nextcloud/noid/renameUploadLocalFile

Noid/rename upload local file
This commit is contained in:
Andy Scherzinger 2022-06-22 14:59:39 +02:00 committed by GitHub
commit 6a1c703a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@
android:layout_gravity="start|center_vertical"
android:paddingStart="@dimen/standard_double_padding"
android:paddingEnd="@dimen/zero"
android:text="@string/nc_upload_local_file"
android:text="@string/nc_upload_from_device"
android:textAlignment="viewStart"
android:textColor="@color/high_emphasis_text"
android:textSize="@dimen/bottom_sheet_text_size" />

View File

@ -400,7 +400,6 @@
<!-- Upload -->
<string name="nc_add_file">Add to conversation</string>
<string name="nc_upload_local_file">Upload local file</string>
<string name="nc_upload_picture_from_cam">Take photo</string>
<string name="nc_upload_from_cloud">Share from %1$s</string>
<string name="nc_upload_failed">Sorry, upload failed</string>
@ -408,6 +407,7 @@
<string name="nc_upload_confirm_send_multiple">Send these files to %1$s?</string>
<string name="nc_upload_confirm_send_single">Send this file to %1$s?</string>
<string name="nc_upload_in_progess">Uploading</string>
<string name="nc_upload_from_device">Upload from device</string>
<!-- location sharing -->
<string name="nc_share_location">Share location</string>