Skip to content

Commit

Permalink
Merge pull request #12344 from nextcloud/duplicateString
Browse files Browse the repository at this point in the history
Transifex fails on renaming strings
  • Loading branch information
tobiasKaminsky authored Jan 8, 2024
2 parents 76369d4 + 62bfd58 commit 027a7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/etm_background_job_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="20dp"
android:text="@string/etm_background_job_started" />
android:text="@string/etm_background_job_created" />

<TextView
android:id="@+id/etm_background_job_started"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@
<string name="etm_background_job_name">Job name</string>
<string name="etm_background_job_user">User</string>
<string name="etm_background_job_state">State</string>
<string name="etm_background_job_started">Created</string>
<string name="etm_background_job_created">Created</string>
<string name="etm_background_job_progress">Progress</string>
<string name="etm_background_execution_count">Times run in 48h</string>
<string name="etm_migrations">Migrations (app upgrade)</string>
Expand Down

0 comments on commit 027a7c5

Please sign in to comment.