Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
eb9fcc49
Commit
eb9fcc49
authored
Aug 26, 2019
by
Piotr Gawron
Browse files
English grammar
parent
8b676577
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/admin/EditUserDialog.js
View file @
eb9fcc49
...
...
@@ -680,7 +680,7 @@ EditUserDialog.prototype.checkValidity = function () {
isValid
=
false
;
}
if
(
self
.
getLogin
().
length
>
255
)
{
error
+=
"
<li>Login must shorter than 256 characters</li>
"
;
error
+=
"
<li>Login must
be
shorter than 256 characters</li>
"
;
isValid
=
false
;
}
if
(
isValid
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment