Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
aebe45b1
Commit
aebe45b1
authored
Nov 13, 2017
by
Aria Givi
Browse files
Merge branch '631' into 'MetaGer-Redesign'
631 See merge request
!1097
parents
111cb403
43dd7653
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/js/scriptStartPage.js
View file @
aebe45b1
...
...
@@ -305,13 +305,13 @@ function saveFocus () {
if
(
!
isValidName
(
name
))
{
switch
(
document
.
documentElement
.
lang
)
{
case
'
en
'
:
alert
(
'
n
o
C
haracters other th
e
n a-z, A-Z, 0-9, ä, ö, ü, ß, -, _ allowed, at least 1 character
'
);
alert
(
'
N
o
c
haracters other th
a
n a-z, A-Z, 0-9, ä, ö, ü, ß, -, _ allowed, at least 1 character
'
);
break
;
case
'
es
'
:
alert
(
''
);
// TODO
alert
(
'
Por favor, introduzca un nombre válido
'
);
// TODO
break
;
default
:
alert
(
''
);
// TODO
alert
(
'
Bitte gültigen Namen eingeben:
\n
* Keine Sonderzeichen
\n
* Mindestens 1 Buchstabe
\n
'
);
// TODO
break
;
}
return
;
...
...
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