From 24dbc097cb78f993992ab80cefa65afb9cf026dd Mon Sep 17 00:00:00 2001 From: Oleksandr Koltsov Date: Fri, 13 May 2022 23:18:03 +0300 Subject: [PATCH] fix: change spelling of Kiev to Kyiv (#5285) Co-authored-by: Alex Koltsov --- client/components/admin/admin-users-edit.vue | 2 +- client/components/profile/profile.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/admin/admin-users-edit.vue b/client/components/admin/admin-users-edit.vue index 623c6ac1..7b5acae6 100644 --- a/client/components/admin/admin-users-edit.vue +++ b/client/components/admin/admin-users-edit.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' }, diff --git a/client/components/profile/profile.vue b/client/components/profile/profile.vue index 8560ed84..918cb6d3 100644 --- a/client/components/profile/profile.vue +++ b/client/components/profile/profile.vue @@ -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' },