mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX typo in js file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63570 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
69dab4f551
commit
fbd37c897e
@ -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'
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user