diff --git a/app/js/translations/en.json b/app/js/translations/en.json index 3f4af878..7988dc9e 100644 --- a/app/js/translations/en.json +++ b/app/js/translations/en.json @@ -35,11 +35,11 @@ "app.orders.discontinue":"DISCONTINUE", "app.orders.discontinue.question":"Are you sure you want to discontinue this order ?", "app.orders.discontinue.reason":"Reason for discontinuing", - "app.orders.reason":"Order Reason", "app.orders.discontinue.success": "Order discontinued successfully", "app.orders.create.success":"Order Successfully Created", "app.orders.is.active":"order is active", "app.orders.number":"Order number", "app.orders.return": "Return", - "app.orders.addResults": "Add Results" + "app.orders.addResults": "Add Results", + "app.orders.reason":"Order Reason" } diff --git a/app/js/translations/fr.json b/app/js/translations/fr.json index bb6786b3..1ca49432 100644 --- a/app/js/translations/fr.json +++ b/app/js/translations/fr.json @@ -40,5 +40,6 @@ "app.orders.is.active":"l'ordre est actif", "app.orders.number":"Numéro de commande", "app.orders.return": "Retour", - "app.orders.addResults": "Add Results" + "app.orders.addResults": "Add Results", + "app.orders.reason":"Motif de la commande" }