Skip to content

Commit

Permalink
fix(java): android: properly substituate number in strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 8, 2024
1 parent 283f707 commit 73ae359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>
<string name="upload_notification_channel_name">Video uploader</string>
<string name="upload_notification_progress_title">Uploading</string>
<string name="upload_notification_progress_text">Uploaded %1d of %1d</string>
<string name="upload_notification_progress_text">Uploaded %1d of %2d</string>
<string name="upload_notification_current_progress_text">%1d %%</string>
<string name="upload_notification_error_title">Upload error</string>
<string name="upload_notification_upload_started_title">Upload starting…</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>
<string name="upload_notification_channel_name">Video uploader</string>
<string name="upload_notification_progress_title">Uploading</string>
<string name="upload_notification_progress_text">Uploaded %1d of %1d</string>
<string name="upload_notification_progress_text">Uploaded %1d of %2d</string>
<string name="upload_notification_current_progress_text">%1d %%</string>
<string name="upload_notification_error_title">Upload error</string>
<string name="upload_notification_upload_started_title">Upload starting…</string>
Expand Down

0 comments on commit 73ae359

Please sign in to comment.