diff --git a/changelogs/unreleased/-21fn6e5.yml b/changelogs/unreleased/-21fn6e5.yml new file mode 100644 index 00000000..024e680e --- /dev/null +++ b/changelogs/unreleased/-21fn6e5.yml @@ -0,0 +1,6 @@ +--- +title: 'Changed: facilityId with facilityName and selected-text with value' +ticket_id: "#21fn6e5" +merge_request: 6 +author: aniket +type: changed diff --git a/src/views/Settings.vue b/src/views/Settings.vue index e537b3f8..b795dcae 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -11,9 +11,9 @@ - {{ currentFacility.facilityId ? currentFacility.facilityId : '' }} - - {{ facility.facilityId }} + {{ $t("Store") }} + + {{ facility.name }}