fix localize bug with reorder and compositions button in content type editor
This commit is contained in:
committed by
Simon Busborg
parent
9a5f8c2899
commit
30c928a734
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user