mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 15:02:17 +01:00
improve i18n for sonia.group.js
This commit is contained in:
@@ -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,{
|
||||
|
||||
@@ -41,7 +41,6 @@ Sonia.group.setEditPanel = function(panel){
|
||||
|
||||
/**
|
||||
* panels
|
||||
* TODO: add missing i18n
|
||||
*/
|
||||
Sonia.group.DefaultPanel = {
|
||||
region: 'south',
|
||||
|
||||
Reference in New Issue
Block a user