diff --git a/app/javascript/dashboard/i18n/locale/el/settings.json b/app/javascript/dashboard/i18n/locale/el/settings.json index 6a1c1e9ae..b8b641c2b 100644 --- a/app/javascript/dashboard/i18n/locale/el/settings.json +++ b/app/javascript/dashboard/i18n/locale/el/settings.json @@ -52,15 +52,15 @@ "LABEL": "Διαθεσιμότητα", "STATUSES_LIST": [ { - "value": "στη γραμμή", + "value": "online", "label": "Στην Γραμμή" }, { - "value": "απασχολημένος", + "value": "busy", "label": "Απασχολημένος" }, { - "value": "εκτός", + "value": "offline", "label": "Εκτός" } ] diff --git a/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue index eaf40b077..00d8b9a35 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue @@ -42,7 +42,9 @@ {{ $t('PROFILE_SETTINGS.FORM.AVAILABILITY.LABEL') }}