Skip to content

Commit 106e07b

Browse files
Merge pull request #16467 from nextcloud/jtr/fix-positional-formatting-specifiers-auto-upload-lint
fix: use positional formatter specifiers for `auto_upload_worker_start_text`
2 parents c5ce3be + 378a733 commit 106e07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@
985985
<string name="notification_channel_background_operations_description">Show notifications to interact result of background operations</string>
986986
<string name="notification_channel_push_description">Show push notifications sent by the server: Mentions in comments, reception of new remote shares, announcements posted by an admin etc.</string>
987987
<string name="sendbutton_description">Send button icon</string>
988-
<string name="auto_upload_worker_start_text">Uploading files from %s to %s</string>
988+
<string name="auto_upload_worker_start_text">Uploading files from %1$s to %2$s</string>
989989
<string name="hidden_character" translatable="false">*</string>
990990
<string name="hint_name">Name</string>
991991
<string name="hint_password">Password</string>

0 commit comments

Comments
 (0)