Skip to content

Commit

Permalink
chore(input-time-zone): add missing string (#6949)
Browse files Browse the repository at this point in the history
**Related Issue:** #6590

## Summary

Add missing string for a11y label.
  • Loading branch information
jcfranco authored May 10, 2023
1 parent 9b9eecf commit eb0cb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"chooseTimeZone": "Choose time zone.",
"timeZoneLabel": "({offset}) {cities}",
"Africa/Bujumbura": "Bujumbura, Gaborone, Lubumbashi, Cairo, Maseru, Tripoli, Blantyre",
"Africa/Ceuta": "Ceuta",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"chooseTimeZone": "Choose time zone.",
"timeZoneLabel": "({offset}) {cities}",
"Africa/Bujumbura": "Bujumbura, Gaborone, Lubumbashi, Cairo, Maseru, Tripoli, Blantyre",
"Africa/Ceuta": "Ceuta",
Expand Down

0 comments on commit eb0cb51

Please sign in to comment.