Skip to content

Commit 3ee289f

Browse files
BatJannathanwoulfe
authored andcommitted
Update fallback texts and add an ind so label and input are paired properly
1 parent 612f529 commit 3ee289f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/datatypesettings/datatypesettings.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323

2424
<div class="control-group umb-control-group" ng-if="vm.dataType.id !== 0">
2525
<umb-icon icon="icon-alert" class="red"></umb-icon>
26-
<strong class="red"><localize key="contentTypeEditor_allDocumentTypes"></localize></strong> using this editor will get updated with the new settings.
26+
<strong class="red"><localize key="contentTypeEditor_allDocumentTypes">All Document Types</localize></strong> <localize key="usingEditor">using this editor will get updated with the new settings.</localize>
2727
</div>
28-
28+
2929
<div class="control-group umb-control-group">
3030
<div class="umb-el-wrap">
3131
<label class="control-label" for="dataTypeName">
32-
<localize key="name"></localize>
32+
<localize key="general_name">Name</localize>
3333
</label>
3434
<div class="controls">
35-
<input type="text" ng-model="vm.dataType.name" class="umb-property-editor" umb-auto-focus focus-on-filled="true" required />
35+
<input type="text" id="dataTypeName" ng-model="vm.dataType.name" class="umb-property-editor" umb-auto-focus focus-on-filled="true" required />
3636
</div>
3737
</div>
3838
</div>
3939

4040
<div ng-if="vm.dataType.preValues.length > 0">
41-
<h5><localize key="contentTypeEditor_configuration"></localize></h5>
41+
<h5><localize key="contentTypeEditor_configuration">Configuration</localize></h5>
4242

4343
<umb-property property="preValue" ng-repeat="preValue in vm.dataType.preValues">
4444
<umb-property-editor model="preValue" is-pre-value="true"></umb-property-editor>

0 commit comments

Comments
 (0)