From e1ebeaa15ceaeddd09acbd11c79cbb73421d4617 Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Sun, 3 Sep 2023 18:22:17 +0200 Subject: [PATCH] fix(ui): translations --- web/src/lang/en.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/lang/en.js b/web/src/lang/en.js index 9af61562..2867fb76 100644 --- a/web/src/lang/en.js +++ b/web/src/lang/en.js @@ -70,7 +70,7 @@ export default { environmentAndExtraVariablesMustBeValidJsonExample: 'Environment and extra variables must be valid JSON. Example:', dashboard2: 'Dashboard', ansibleSemaphore: 'Ansible Semaphore', - wereSorryButHtmlwebpackpluginoptionstitleDoesntWor: 'We\'\'re sorry but <%= htmlWebpackPlugin.options.title %> doesn\'\'t work properly without JavaScript enabled. Please enable it to continue.', + wereSorryButHtmlwebpackpluginoptionstitleDoesntWor: 'We\'re sorry but <%= htmlWebpackPlugin.options.title %> doesn\'t work properly without JavaScript enabled. Please enable it to continue.', deleteInventory: 'Delete inventory', newInventory: 'New Inventory', name: 'Name', @@ -91,8 +91,8 @@ export default { newKey: 'New Key', create: 'Create', newTask: 'New Task', - cantDeleteThe: 'Can\'\'t delete the {objectTitle}', - theCantBeDeletedBecauseItUsedByTheResourcesBelow: 'The {objectTitle} can\'\'t be deleted because it used by the resources below', + cantDeleteThe: 'Can\'t delete the {objectTitle}', + theCantBeDeletedBecauseItUsedByTheResourcesBelow: 'The {objectTitle} can\'t be deleted because it used by the resources below', projectName: 'Project Name', allowAlertsForThisProject: 'Allow alerts for this project', telegramChatIdOptional: 'Telegram Chat ID (Optional)',