mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
Use variable instead static text in tab for internationalization and localization.
This commit is contained in:
@@ -69,7 +69,7 @@ Sonia.user.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
region: 'south',
|
||||
items: [{
|
||||
bodyCssClass: 'x-panel-mc',
|
||||
title: 'User Form',
|
||||
title: this.titleText,
|
||||
padding: 5,
|
||||
html: this.emptyText
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user