mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +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: [{
|
||||
label: 'General',
|
||||
fn: function(){
|
||||
addTabPanel("scmConfig", "scmConfig", "Scm Config");
|
||||
addTabPanel("scmConfig", "scmConfig", "SCM Config");
|
||||
}
|
||||
},{
|
||||
label: 'Repository Types',
|
||||
@@ -158,9 +158,9 @@ Ext.onReady(function(){
|
||||
|
||||
panel.addSection({
|
||||
id: 'navLogout',
|
||||
title: 'Abmelden',
|
||||
title: 'Log out',
|
||||
items: [{
|
||||
label: 'Abmelden',
|
||||
label: 'Log out',
|
||||
fn: logout
|
||||
}]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user