From 71dd2cd7d4245cb8d47080408ca6d6ecd0e81c63 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 27 Dec 2022 12:28:09 +0100 Subject: [PATCH] (i18n) fix typos --- config/locales/app.admin.en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/app.admin.en.yml b/config/locales/app.admin.en.yml index 99494658c..b8d88ab5b 100644 --- a/config/locales/app.admin.en.yml +++ b/config/locales/app.admin.en.yml @@ -14,10 +14,10 @@ en: machine_category_modal: new_machine_category: "New categorie" edit_machine_category: "Edit catégorie" - successfully_created: "The new machine category request has been created." - unable_to_create: "Unable to delete the machine category request: " - successfully_updated: "The machine category request has been updated." - unable_to_update: "Unable to modify the machine category request: " + successfully_created: "The new machine category has been created." + unable_to_create: "Unable to delete the machine category: " + successfully_updated: "The machine category has been updated." + unable_to_update: "Unable to modify the machine category: " machine_category_form: name: "Name of category" assigning_machines: "Assigning the machines to this category"