Skip to content

Commit 0eb0b18

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback texts
1 parent 0d73d90 commit 0eb0b18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Umbraco.Web.UI.Client/src/views/components/umb-groups-builder.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
ng-if="sortingMode"
5656
class="umb-group-builder__convert-dropzone"
5757
umb-droppable="droppableOptionsConvert">
58-
<localize key="contentTypeEditor_convertToTab" />
58+
<localize key="contentTypeEditor_convertToTab">Convert to tab</localize>
5959
</div>
6060

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

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

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

124124
<umb-empty-state
@@ -172,7 +172,7 @@
172172
data-element="property-add"
173173
class="umb-group-builder__group-add-property"
174174
ng-click="addNewProperty(group)">
175-
<localize key="contentTypeEditor_addProperty"></localize>
175+
<localize key="contentTypeEditor_addProperty">Add property</localize>
176176
</button>
177177
</umb-content-type-group>
178178
</div>
@@ -183,6 +183,6 @@
183183
class="umb-group-builder__group -placeholder"
184184
ng-click="addGroupToActiveTab()"
185185
data-element="group-add">
186-
<localize key="contentTypeEditor_addGroup"></localize>
186+
<localize key="contentTypeEditor_addGroup">Add group</localize>
187187
</button>
188188
</div>

0 commit comments

Comments
 (0)