From 8a195f829bfe84d2f41c37f85e2934aa0ff9c676 Mon Sep 17 00:00:00 2001 From: dustynjcollins <39353073+dustynjcollins@users.noreply.github.com> Date: Thu, 24 Jan 2019 11:26:09 -0500 Subject: [PATCH] Update en.js Spelling error, Typo 'for' changed to 'to' --- client/src/data/languages/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/data/languages/en.js b/client/src/data/languages/en.js index e555757c..302492f3 100644 --- a/client/src/data/languages/en.js +++ b/client/src/data/languages/en.js @@ -303,7 +303,7 @@ export default { 'REGISTRATION_DISABLED': 'Registration has been disabled', 'REGISTRATION_ENABLED': 'Registration has been enabled', 'ADD_API_KEY_DESCRIPTION': 'Insert the name and a registration api key will be generated.', - 'SIGN_UP_VIEW_DESCRIPTION': 'Here you can create an account for our support center. It is required for send tickets and see documentation.', + 'SIGN_UP_VIEW_DESCRIPTION': 'Here you can create an account for our support center. It is required to send tickets and see documentation.', 'EDIT_PROFILE_VIEW_DESCRIPTION': 'Here you can edit your user by changing your email or your password.', 'ENABLE_USER_SYSTEM_DESCRIPTION': 'Enable/disable the use of an user system. If you disable it, all users will be deleted but the tickets will be kept. If you enable it, the users of existent tickets will be created.', 'CSV_DESCRIPTION': 'The CSV file must have 3 columns: email, password, name. There is no limit in row count. It will be created one user per row in the file.',