Skip to content

Commit

Permalink
Merge pull request #72 from rathoreprashant/#23tw4yf
Browse files Browse the repository at this point in the history
Improved label to "eCom Store" on Settings page (#23tw4yf)
  • Loading branch information
adityasharma7 authored Jul 28, 2022
2 parents f5d552c + 4944430 commit d66fc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Background jobs": "Background jobs",
"back-order": "back-order",
"Back-order": "Back-order",
"Brand": "Brand",
"eCom Store": "eCom Store",
"Cancel": "Cancel",
"Cancel item": "Cancel item",
"Cancel orders": "Cancel orders",
Expand Down
2 changes: 1 addition & 1 deletion src/views/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ion-content>
<ion-item>
<ion-label>{{ $t("Brand") }}</ion-label>
<ion-label>{{ $t("eCom Store") }}</ion-label>
<ion-select @ionChange="updateBrand($event)" interface="popover" :value="selectedBrand">
<ion-select-option value="">{{ $t("All") }}</ion-select-option>
<ion-select-option v-bind:key="brand.id" v-for="brand in brands" :value="brand.id">{{ brand.name }}</ion-select-option>
Expand Down

0 comments on commit d66fc0d

Please sign in to comment.