Skip to content

Commit

Permalink
Merge pull request #718 from ymaheshwari1/fix/typo
Browse files Browse the repository at this point in the history
Fixed: typo in the orderlookup page in municipio
  • Loading branch information
ymaheshwari1 authored Aug 23, 2024
2 parents 6b5ea6b + f7004d4 commit 6b4c839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"methods": "methods",
"Mismatch": "Mismatch",
"Missing shipping label": "Missing shipping label",
"Muncipio": "Muncipio",
"Municipio": "Municipio",
"Name": "Name",
"Next day": "Next day",
"New mapping": "New mapping",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"methods": "methods",
"Mismatch": "Inconsistencia",
"Missing shipping label": "Falta la etiqueta de envío",
"Muncipio": "Muncipio",
"Municipio": "Municipio",
"Name": "Name",
"Next day": "Día siguiente",
"New mapping": "Nuevo mapeo",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"methods": "方法",
"Mismatch": "不一致",
"Missing shipping label": "配送ラベルがありません",
"Muncipio": "ムニシピオ",
"Municipio": "ムニシピオ",
"Name": "名前",
"Next day": "翌日",
"New mapping": "新しいマッピング",
Expand Down
2 changes: 1 addition & 1 deletion src/views/OrderLookupDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<ion-label slot="end">{{ order.orderAttributes.customerid || "-" }}</ion-label>
</ion-item>
<ion-item lines="none">
<ion-label class="ion-text-wrap">{{ translate("Muncipio") }}</ion-label>
<ion-label class="ion-text-wrap">{{ translate("Municipio") }}</ion-label>
<ion-label slot="end">{{ order.orderAttributes.municipio || "-" }}</ion-label>
</ion-item>
</ion-list>
Expand Down

0 comments on commit 6b4c839

Please sign in to comment.