Skip to content

Commit

Permalink
Improved: UI to add margin around save button on the query page and u…
Browse files Browse the repository at this point in the history
…pdated locale file by removing unwated entry and adding a missing entry(#87)
  • Loading branch information
ymaheshwari1 committed Feb 9, 2024
1 parent a2de3a3 commit b54a862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"Brokering": "Brokering",
"Brokering Runs": "Brokering Runs",
"Brokering run created": "Brokering run created",
"Brokering run name": "Brokering run name",
"Brokering safety stock": "Brokering safety stock",
"Built:": "Built: ",
"Cancel": "Cancel",
Expand Down Expand Up @@ -130,6 +129,7 @@
"Shipping method": "Shipping method",
"Sorry, login failed. Please try again": "Sorry, login failed. Please try again",
"Sort": "Sort",
"Status": "Status",
"Store": "Store",
"sales channel": "sales channel",
"select days": "select days",
Expand Down
2 changes: 1 addition & 1 deletion src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ion-icon :icon="chevronUpOutline" />
</ion-chip>
</ion-item>
<ion-button expand="block" :disabled="!hasUnsavedChanges" @click="saveChanges">{{ translate("Save changes") }}</ion-button>
<ion-button class="ion-margin" expand="block" :disabled="!hasUnsavedChanges" @click="saveChanges">{{ translate("Save changes") }}</ion-button>
<ion-item-group>
<ion-item-divider color="light">
<ion-label>{{ translate("Filters") }}</ion-label>
Expand Down

0 comments on commit b54a862

Please sign in to comment.