diff --git a/changelogs/unreleased/-21fn6e5.yml b/changelogs/unreleased/-21fn6e5.yml new file mode 100644 index 00000000..4951a027 --- /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: 20 +author: aniket +type: changed diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 3c0a9037..ae4f1297 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -10,9 +10,9 @@ - {{ currentFacility.facilityId ? currentFacility.facilityId : '' }} - - {{ facility.facilityId }} + {{ $t("Store") }} + + {{ facility.name }}