Skip to content

Commit

Permalink
Update some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Dec 22, 2023
1 parent 6726245 commit 57129a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/ShippingLabelErrorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ion-label>{{ message }}</ion-label>
</ion-item>
<ion-item v-if="!shipmentLabelErrorMessages.length">
{{ translate("No data Found.") }}
{{ translate("No shipping label error received from carrier") }}
</ion-item>
</ion-list>
</ion-content>
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
"Missing shipping label": "Missing shipping label",
"Next day": "Next day",
"New mapping": "New mapping",
"No data available!": "No data available!",
"No data Found.": "No data Found.",
"No data available": "No data available",
"No shipping label error received from carrier.": "No shipping label error received from carrier",
"No capacity sets the fulfillment capacity to 0, preventing any new orders from being allocated to this facility. Use the \"Reject all orders\" option in the fulfillment pages to clear your facilities fulfillment queue. To add a fulfillment capacity to this facility, use the custom option.": "No capacity sets the fulfillment capacity to 0, preventing any new orders from being allocated to this facility. Use the \"Reject all orders\" option in the fulfillment pages to clear your facilities fulfillment queue. {space}To add a fulfillment capacity to this facility, use the custom option.",
"No new file upload. Please try again": "No new file upload. Please try again",
"No fulfillment capacity": "No fulfillment capacity",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
"New mapping": "Nuevo mapeo",
"No Capacity": "Sin Capacidad",
"No capacity sets the fulfillment capacity to 0, preventing any new orders from being allocated to this facility. Use the 'Reject all orders' option in the fulfillment pages to clear your facility's fulfillment queue. To add a fulfillment capacity to this facility, use the custom option.": "La falta de capacidad establece la capacidad de cumplimiento en 0, evitando que se asignen nuevos pedidos a esta instalación. Utiliza la opción 'Rechazar todos los pedidos' en las páginas de cumplimiento para eliminar la cola de cumplimiento de tu instalación. {space}Para agregar una capacidad de cumplimiento a esta instalación, utiliza la opción personalizada.",
"No data available!": "¡No hay datos disponibles!",
"No data Found.": "No se encontraron datos.",
"No data available": "¡No hay datos disponibles!",
"No shipping label error received from carrier": "No se encontraron datos.",
"No new file upload. Please try again": "No se cargó ningún archivo nuevo. Por favor, inténtalo nuevamente.",
"No orders are currently able to be shipped due to missing tracking codes.": "No orders are currently able to be shipped due to missing tracking codes.",
"No reason": "Sin motivo",
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/stock/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const actions: ActionTree<StockState, RootState> = {
}
} catch(err) {
logger.error(err)
showToast(translate('No data available!'))
showToast(translate('No data available'))
}
}
}
Expand Down

0 comments on commit 57129a2

Please sign in to comment.