Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Close #12815: Make second separator non-translateable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalmeida authored and mergify[bot] committed Sep 23, 2022
1 parent 131a845 commit cf522a7
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 @@ -20,4 +20,6 @@
</string-array>
<!-- Text used for the millisecond separator in the time picker. -->
<string name="mozac_feature_prompts_millisecond_separator">.</string>
<!-- Text used for the second separator in the time picker. -->
<string name="mozac_feature_prompts_second_separator">:</string>
</resources>
2 changes: 0 additions & 2 deletions components/feature/prompts/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
<string name="mozac_feature_prompts_dec">Dec</string>
<!-- Title of the time picker dialog. -->
<string name="mozac_feature_prompts_set_time">Set time</string>
<!-- Text used for the second separator in the time picker. -->
<string name="mozac_feature_prompts_second_separator">:</string>
<!-- Option in expanded select login prompt that links to login settings -->
<string name="mozac_feature_prompts_manage_logins">Manage logins</string>
<!-- Content description for expanding the saved logins options in the select login prompt -->
Expand Down

0 comments on commit cf522a7

Please sign in to comment.