Browse Source
fix: change spelling of Kiev to Kyiv (#5285)
Co-authored-by: Alex Koltsov <alex@slinex.com>
pull/5290/head
Oleksandr Koltsov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
client/components/admin/admin-users-edit.vue
-
client/components/profile/profile.vue
|
|
@ -558,7 +558,7 @@ export default { |
|
|
|
{ text: '(GMT+02:00) Jerusalem', value: 'Asia/Jerusalem' }, |
|
|
|
{ text: '(GMT+02:00) Johannesburg', value: 'Africa/Johannesburg' }, |
|
|
|
{ text: '(GMT+02:00) Khartoum', value: 'Africa/Khartoum' }, |
|
|
|
{ text: '(GMT+02:00) Kiev', value: 'Europe/Kiev' }, |
|
|
|
{ text: '(GMT+02:00) Kyiv', value: 'Europe/Kyiv' }, |
|
|
|
{ text: '(GMT+02:00) Maputo', value: 'Africa/Maputo' }, |
|
|
|
{ text: '(GMT+02:00) Moscow-01 - Kaliningrad', value: 'Europe/Kaliningrad' }, |
|
|
|
{ text: '(GMT+02:00) Nicosia', value: 'Asia/Nicosia' }, |
|
|
|
|
|
@ -528,7 +528,7 @@ export default { |
|
|
|
{ text: '(GMT+02:00) Jerusalem', value: 'Asia/Jerusalem' }, |
|
|
|
{ text: '(GMT+02:00) Johannesburg', value: 'Africa/Johannesburg' }, |
|
|
|
{ text: '(GMT+02:00) Khartoum', value: 'Africa/Khartoum' }, |
|
|
|
{ text: '(GMT+02:00) Kiev', value: 'Europe/Kiev' }, |
|
|
|
{ text: '(GMT+02:00) Kyiv', value: 'Europe/Kyiv' }, |
|
|
|
{ text: '(GMT+02:00) Maputo', value: 'Africa/Maputo' }, |
|
|
|
{ text: '(GMT+02:00) Moscow-01 - Kaliningrad', value: 'Europe/Kaliningrad' }, |
|
|
|
{ text: '(GMT+02:00) Nicosia', value: 'Asia/Nicosia' }, |
|
|
|