Skip to content

Commit

Permalink
Fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Jan 28, 2021
1 parent 01e2738 commit 6108889
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const val AVAILABLE_LOCALES_DISPLAY_NAME = "Available locales"
const val REGION_COUNTRY_KEY = "regionCountry"
const val REGION_COUNTRY_DISPLAY_NAME = "Region country"

const val DEFAULT_LANGUAGE_KEY = "Default language"
const val DEFAULT_LANGUAGE_DISPLAY_NAME = "defaultLanguage"
const val DEFAULT_LANGUAGE_KEY = "defaultLanguage"
const val DEFAULT_LANGUAGE_DISPLAY_NAME = "Default language"

const val TIMEZONE_KEY = "timezone"
const val TIMEZONE_DISPLAY_NAME = "Timezone"
Expand Down

0 comments on commit 6108889

Please sign in to comment.