diff --git a/javascript/lang/de_DE.js b/javascript/lang/de_DE.js index 0d076f800..14314e9ca 100644 --- a/javascript/lang/de_DE.js +++ b/javascript/lang/de_DE.js @@ -2,6 +2,6 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') { console.error('Class ss.i18n not defined'); } else { ss.i18n.addDictionary('de_DE', { - 'VALIDATOR.FIELDREQUIRED': '"%s" wird benötigt', + 'VALIDATOR.FIELDREQUIRED': '"%s" wird benötigt' }); } \ No newline at end of file