partkeepr

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

commit e316fce16b1d095f5190e4e80f460c22110ca789
parent 0116644d8b78e353332077ba2e560df19a15755d
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 26 Sep 2015 19:57:43 +0200

Fixed wrong comment for the system notice editor

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

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/SystemNotice/SystemNoticeEditorComponent.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/SystemNotice/SystemNoticeEditorComponent.js @@ -1,5 +1,5 @@ /** - * Represents the project editor component + * Represents the system notice editor component */ Ext.define('PartKeepr.SystemNoticeEditorComponent', { extend: 'PartKeepr.EditorComponent',