mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 22:12:10 +01:00
Use variable for text in filter label for internationalization and localization.
This commit is contained in:
@@ -35,6 +35,7 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
titleText: 'Repository Form',
|
||||
emptyText: 'Add or select an Repository',
|
||||
|
||||
filterText: 'Filter: ',
|
||||
searchText: 'Search: ',
|
||||
archiveText: 'Archive',
|
||||
unarchiveText: 'Unarchive',
|
||||
@@ -115,7 +116,7 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
handler: this.reload
|
||||
},'-',{
|
||||
xtype: 'label',
|
||||
text: 'Filter: ',
|
||||
text: this.filterText,
|
||||
cls: 'ytb-text'
|
||||
}, ' ', {
|
||||
id: 'repositoryTypeFilter',
|
||||
|
||||
Reference in New Issue
Block a user