From ca95156832b92eee6ee4c11fbbe496bd4186c9fb Mon Sep 17 00:00:00 2001 From: Deivison Lincoln Date: Thu, 6 Jun 2024 11:32:35 -0300 Subject: [PATCH] Update en.js --- src/i18n/en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en.js b/src/i18n/en.js index a2a9cce..0cc6dd0 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -74,7 +74,7 @@ export default { title: "Phone not connected", apiGenericError: "Could not load QR Code, if the error persists, restart the API and try again.", qr: "QR Code", - code: "Código", + code: "Code", }, options: { title: "Behavior", @@ -216,4 +216,4 @@ export default { none: "Nobody", } } -} \ No newline at end of file +}