Skip to content

Commit

Permalink
Slight rewording for the last_update_timestamp string
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Dec 30, 2024
1 parent be98413 commit fe3723d
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -5,7 +5,7 @@
<string name="app_name">Counter</string>
<string name="plus" translatable="false">+</string>
<string name="minus" translatable="false">-</string>
<string name="last_update_timestamp">Last updated at {timestamp}</string>
<string name="last_update_timestamp">Last changed at {timestamp}</string>

<!-- Menu -->
<string name="menu_counters_list">Open the list of counters</string>
Expand Down

0 comments on commit fe3723d

Please sign in to comment.