partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 639167488fe8d108ecfaac8ad47dee14cd934987
parent 958e6ebb5ad481124e1a7487a87e0cca415f848b
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  4 Nov 2015 20:04:26 +0100

Fixed wrong label for the manufacturer editor

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Manufacturer/ManufacturerEditorComponent.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Manufacturer/ManufacturerEditorComponent.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Manufacturer/ManufacturerEditorComponent.js @@ -20,7 +20,7 @@ Ext.define('PartKeepr.ManufacturerEditorComponent', { }, statics: { iconCls: 'web-icon building', - title: i18n('Projects'), + title: i18n('Manufacturers'), closable: true, menuPath: [{text: i18n("Edit")}] }