Skip to content

Commit 24dbc09

Browse files
cramboAlex Koltsov
and
Alex Koltsov
authored
fix: change spelling of Kiev to Kyiv (#5285)
Co-authored-by: Alex Koltsov <alex@slinex.com>
1 parent 4ca5bec commit 24dbc09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/components/admin/admin-users-edit.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ export default {
558558
{ text: '(GMT+02:00) Jerusalem', value: 'Asia/Jerusalem' },
559559
{ text: '(GMT+02:00) Johannesburg', value: 'Africa/Johannesburg' },
560560
{ text: '(GMT+02:00) Khartoum', value: 'Africa/Khartoum' },
561-
{ text: '(GMT+02:00) Kiev', value: 'Europe/Kiev' },
561+
{ text: '(GMT+02:00) Kyiv', value: 'Europe/Kyiv' },
562562
{ text: '(GMT+02:00) Maputo', value: 'Africa/Maputo' },
563563
{ text: '(GMT+02:00) Moscow-01 - Kaliningrad', value: 'Europe/Kaliningrad' },
564564
{ text: '(GMT+02:00) Nicosia', value: 'Asia/Nicosia' },

client/components/profile/profile.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export default {
528528
{ text: '(GMT+02:00) Jerusalem', value: 'Asia/Jerusalem' },
529529
{ text: '(GMT+02:00) Johannesburg', value: 'Africa/Johannesburg' },
530530
{ text: '(GMT+02:00) Khartoum', value: 'Africa/Khartoum' },
531-
{ text: '(GMT+02:00) Kiev', value: 'Europe/Kiev' },
531+
{ text: '(GMT+02:00) Kyiv', value: 'Europe/Kyiv' },
532532
{ text: '(GMT+02:00) Maputo', value: 'Africa/Maputo' },
533533
{ text: '(GMT+02:00) Moscow-01 - Kaliningrad', value: 'Europe/Kaliningrad' },
534534
{ text: '(GMT+02:00) Nicosia', value: 'Asia/Nicosia' },

0 commit comments

Comments
 (0)