mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
Change logout navigation label from "Abmelden" to "Log out".
Change scmConfig tab panel label from "Scm Config" to "SCM Config", since SCM is an initialism.
This commit is contained in:
@@ -127,7 +127,7 @@ Ext.onReady(function(){
|
|||||||
items: [{
|
items: [{
|
||||||
label: 'General',
|
label: 'General',
|
||||||
fn: function(){
|
fn: function(){
|
||||||
addTabPanel("scmConfig", "scmConfig", "Scm Config");
|
addTabPanel("scmConfig", "scmConfig", "SCM Config");
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
label: 'Repository Types',
|
label: 'Repository Types',
|
||||||
@@ -158,9 +158,9 @@ Ext.onReady(function(){
|
|||||||
|
|
||||||
panel.addSection({
|
panel.addSection({
|
||||||
id: 'navLogout',
|
id: 'navLogout',
|
||||||
title: 'Abmelden',
|
title: 'Log out',
|
||||||
items: [{
|
items: [{
|
||||||
label: 'Abmelden',
|
label: 'Log out',
|
||||||
fn: logout
|
fn: logout
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user