From 897091468c761cbc4187bdd9be7724f6ca7f52c5 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 2 Oct 2025 01:52:45 +0200 Subject: [PATCH] chore: en locale update --- src/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 09b20fe..2703cbd 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -21,9 +21,9 @@ "title": "Message to display in the simulator's chatbox:", "info": "Copy or save the content of the generated train order using buttons below:", "button-save": "Save as new order", - "button-copy": "Copy the order message", - "button-update": "Update the order", - "button-reset": "Reset the order", + "button-copy": "Copy order message", + "button-update": "Update order", + "button-reset": "Reset order", "warning-outdated-clipboard": "Oops! Your browser may be a little bit depraceted since it's not supporting saving data to the clipboard! :/", "warning-fill-inputs": "Fill all the empty fields before copying the order!", "warning-add-instruction": "Add at least one order instruction before copying the order!",