Skip to content

Commit

Permalink
Add missing fallback texts
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 26, 2021
1 parent 0d73d90 commit 0eb0b18
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ng-if="sortingMode"
class="umb-group-builder__convert-dropzone"
umb-droppable="droppableOptionsConvert">
<localize key="contentTypeEditor_convertToTab" />
<localize key="contentTypeEditor_convertToTab">Convert to tab</localize>
</div>

<umb-button
Expand Down Expand Up @@ -91,7 +91,7 @@
<a ng-if="!sortingMode" hotkey="alt+shift+g" ng-click="addGroupToActiveTab()"></a>

<div ng-if="sortingMode && model.groups.length === 0" class="umb-group-builder__no-data-text">
<localize key="contentTypeEditor_noGroups"></localize>
<localize key="contentTypeEditor_noGroups">You have not added any groups</localize>
</div>

<!-- Properties added directly to a tab -->
Expand All @@ -118,7 +118,7 @@
data-element="property-add"
class="umb-group-builder__group-add-property"
ng-click="addNewProperty(tab)">
<localize key="contentTypeEditor_addProperty"></localize>
<localize key="contentTypeEditor_addProperty">Add property</localize>
</button>

<umb-empty-state
Expand Down Expand Up @@ -172,7 +172,7 @@
data-element="property-add"
class="umb-group-builder__group-add-property"
ng-click="addNewProperty(group)">
<localize key="contentTypeEditor_addProperty"></localize>
<localize key="contentTypeEditor_addProperty">Add property</localize>
</button>
</umb-content-type-group>
</div>
Expand All @@ -183,6 +183,6 @@
class="umb-group-builder__group -placeholder"
ng-click="addGroupToActiveTab()"
data-element="group-add">
<localize key="contentTypeEditor_addGroup"></localize>
<localize key="contentTypeEditor_addGroup">Add group</localize>
</button>
</div>

0 comments on commit 0eb0b18

Please sign in to comment.