diff --git a/client/src/lists/fields/CUD.js b/client/src/lists/fields/CUD.js index 84b40bd5..3891fe91 100644 --- a/client/src/lists/fields/CUD.js +++ b/client/src/lists/fields/CUD.js @@ -277,7 +277,7 @@ export default class CUD extends Component { const label = matches[2].trim(); options.push({ key, label }); } else { - errors.push(t('errrorOnLineLine', { line: lineIdx + 1})); + errors.push(t('errorOnLineLine', { line: lineIdx + 1})); } } } @@ -532,4 +532,4 @@ export default class CUD extends Component { ); } -} \ No newline at end of file +} diff --git a/locales/en-US-last-run/common.json b/locales/en-US-last-run/common.json index 1522ede8..6434bc93 100644 --- a/locales/en-US-last-run/common.json +++ b/locales/en-US-last-run/common.json @@ -398,7 +398,7 @@ "defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date", "defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date", "defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options", - "errrorOnLineLine": "Errror on line {{ line }}", + "errorOnLineLine": "Error on line {{ line }}", "fieldUpdated": "Field updated", "fieldCreated": "Field created", "notVisible": "Not visible", @@ -1026,4 +1026,4 @@ "thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter", "thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number", "thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character" -} \ No newline at end of file +} diff --git a/locales/en-US/common.json b/locales/en-US/common.json index df93763b..eac3a7b8 100644 --- a/locales/en-US/common.json +++ b/locales/en-US/common.json @@ -398,7 +398,7 @@ "defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date", "defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date", "defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options", - "errrorOnLineLine": "Errror on line {{ line }}", + "errorOnLineLine": "Error on line {{ line }}", "fieldUpdated": "Field updated", "fieldCreated": "Field created", "notVisible": "Not visible", @@ -1026,4 +1026,4 @@ "thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter", "thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number", "thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character" -} \ No newline at end of file +} diff --git a/locales/es-ES/common.json b/locales/es-ES/common.json index 8f61521d..90b3d941 100644 --- a/locales/es-ES/common.json +++ b/locales/es-ES/common.json @@ -425,7 +425,7 @@ "defaultValueIsNotAProperlyFormattedDate": "Default value is not a properly formatted date", "defaultValueIsNotAProperlyFormatted": "Default value is not a properly formatted birthday date", "defaultValueIsNotOneOfTheAllowedOptions": "Default value is not one of the allowed options", - "errrorOnLineLine": "Errror on line {{ line }}", + "errorOnLineLine": "Error on line {{ line }}", "fieldUpdated": "Field updated", "fieldUpdated - TODO: update line above and then delete this line to mark that the translation has been fixed": "Field updated", "fieldCreated": "Field created", @@ -1105,4 +1105,4 @@ "thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter", "thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number", "thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character" -} \ No newline at end of file +} diff --git a/locales/pt-BR/common.json b/locales/pt-BR/common.json index 587c2602..5d92ba58 100644 --- a/locales/pt-BR/common.json +++ b/locales/pt-BR/common.json @@ -426,7 +426,7 @@ "defaultValueIsNotAProperlyFormattedDate": "O valor padrão não é uma data formatada corretamente", "defaultValueIsNotAProperlyFormatted": "O valor padrão não é uma data de aniversário formatada corretamente", "defaultValueIsNotOneOfTheAllowedOptions": "O valor padrão não é uma das opções permitidas", - "errrorOnLineLine": "Errror on line {{line}}", + "errorOnLineLine": "Error on line {{line}}", "fieldUpdated": "Field updated", "fieldUpdated - TODO: update line above and then delete this line to mark that the translation has been fixed": "Field updated", "fieldCreated": "Field created", @@ -1108,4 +1108,4 @@ "thePasswordMustContainAtLeastOne-1": "A senha deve conter pelo menos uma letra maiúscula", "thePasswordMustContainAtLeastOneNumber": "A senha deve conter pelo menos um número", "thePasswordMustContainAtLeastOneSpecial": "A senha deve conter pelo menos um caractere especial" -} \ No newline at end of file +}