fix default en message form symbol limit

This commit is contained in:
konstantin krivlenia
2020-04-07 10:48:00 +03:00
parent 467496f34c
commit 879e5c8383
2 changed files with 2 additions and 3 deletions
@@ -26,8 +26,7 @@ export const messages = defineMessages({
},
symbolLimit: {
id: 'anonymousLoginForm.symbol-limit',
defaultMessage:
'Username must start from the letter and contain only latin letters, numbers, underscores, and spaces',
defaultMessage: 'Username must start with a letter and contain only latin letters, numbers, underscores, or spaces',
},
userName: {
id: 'anonymousLoginForm.user-name',
+1 -1
View File
@@ -6,13 +6,13 @@
"authPanel.anonymous-provider": "Anónimo",
"authPanel.disable-comments": "Deshabilitar comentarios",
"authPanel.disabled-cookies": "Deshabilita las cookies de terceros que bloquean el acceso o abre los comentarios en una",
"authPanel.new-page": "nueva página",
"authPanel.enable-comments": "Habilitar comentarios",
"authPanel.enable-cookies": "Habilitar cookies para acceder y comentar",
"authPanel.hide-settings": "Ocultar opciones",
"authPanel.logged-as": "Accediste como",
"authPanel.login": "Acceder:",
"authPanel.logout": "¿Salir?",
"authPanel.new-page": "nueva página",
"authPanel.or-provider": "o",
"authPanel.other-provider": "Otro",
"authPanel.read-only": "Solo lectura",