fix localize bug with reorder and compositions button in content type editor

This commit is contained in:
Mads Rasmussen
2016-01-12 09:56:05 +01:00
committed by Simon Busborg
parent 9a5f8c2899
commit 30c928a734

View File

@@ -8,8 +8,7 @@
ng-if="compositions !== false"
type="button"
button-style="link"
key="contentTypeEditor_compositions"
label="Compositions"
label-key="contentTypeEditor_compositions"
icon="icon-merge"
action="openCompositionsDialog()">
</umb-button>
@@ -18,7 +17,7 @@
ng-if="sorting !== false"
type="button"
button-style="link"
key="{{sortingButtonKey}}"
label-key="{{sortingButtonKey}}"
icon="icon-navigation"
action="toggleSortingMode();">
</umb-button>