diff --git a/scm-webapp/src/main/webapp/resources/js/i18n/de.js b/scm-webapp/src/main/webapp/resources/js/i18n/de.js index 8bc73d14b9..e4084f5d0d 100644 --- a/scm-webapp/src/main/webapp/resources/js/i18n/de.js +++ b/scm-webapp/src/main/webapp/resources/js/i18n/de.js @@ -276,6 +276,15 @@ if (Sonia.user.Panel){ // sonia.group.js +if (Sonia.group.DefaultPanel){ + + Ext.apply(Sonia.group.DefaultPanel,{ + title: 'Gruppe', + html: 'Es wurde keine Gruppe selektiert' + }); + +} + if (Sonia.group.Grid){ Ext.override(Sonia.group.Grid,{ diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.group.js b/scm-webapp/src/main/webapp/resources/js/sonia.group.js index 4899fd425f..d3e081e747 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.group.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.group.js @@ -41,7 +41,6 @@ Sonia.group.setEditPanel = function(panel){ /** * panels - * TODO: add missing i18n */ Sonia.group.DefaultPanel = { region: 'south',