55
55
< div class ="editor-wrapper umb-control-group control-group " ng-model ="model.property.editor " val-require-component ng-if ="!model.property.locked ">
56
56
57
57
< button type ="button " class ="btn-reset editor-placeholder " data-element ="editor-add " ng-if ="!model.property.editor " hotkey ="alt+shift+e " ng-click ="vm.openDataTypePicker(model.property) ">
58
- < localize key ="defaultdialogs_selectEditor "> </ localize >
58
+ < localize key ="defaultdialogs_selectEditor "> Select editor </ localize >
59
59
< div ng-messages ="model.property.editor " show-validation-on-submit >
60
- < span class ="umb-validation-label " ng-message ="required "> Required editor</ span >
60
+ < span class ="umb-validation-label " ng-message ="required ">
61
+ < localize key ="general_required "> Required</ localize >
62
+ </ span >
61
63
</ div >
62
64
</ button >
63
65
87
89
88
90
< div class ="umb-control-group clearfix " ng-if ="!model.property.locked ">
89
91
90
- < h5 > < localize key ="validation_validation "> </ localize > </ h5 >
92
+ < h5 > < localize key ="validation_validation "> Validation </ localize > </ h5 >
91
93
92
94
< umb-toggle data-element ="validation_mandatory "
93
95
checked ="model.property.validation.mandatory "
@@ -109,7 +111,7 @@ <h5><localize key="validation_validation"></localize></h5>
109
111
ng-keypress ="vm.submitOnEnter($event) " />
110
112
111
113
< label class ="mt3 ">
112
- < localize key ="validation_customValidation "> </ localize >
114
+ < localize key ="validation_customValidation "> Custom validation </ localize >
113
115
</ label >
114
116
115
117
< select class ="umb-dropdown " ng-options ="validationType.name for validationType in vm.validationTypes " ng-model ="vm.selectedValidationType " ng-change ="vm.changeValidationType(vm.selectedValidationType) ">
@@ -138,7 +140,7 @@ <h5><localize key="validation_validation"></localize></h5>
138
140
</ div >
139
141
< div class ="umb-control-group clearfix " ng-if ="!model.property.locked ">
140
142
141
- < h5 > < localize key ="contentTypeEditor_displaySettingsHeadline "> </ localize > </ h5 >
143
+ < h5 > < localize key ="contentTypeEditor_displaySettingsHeadline "> Appearance </ localize > </ h5 >
142
144
143
145
< umb-toggle data-element ="displaySettings_labelOnTop "
144
146
checked ="model.property.labelOnTop "
@@ -153,7 +155,7 @@ <h5><localize key="contentTypeEditor_displaySettingsHeadline"></localize></h5>
153
155
</ div >
154
156
< div class ="umb-control-group clearfix -no-border " ng-if ="model.contentType === 'documentType' && model.contentTypeAllowCultureVariant ">
155
157
156
- < h5 > < localize key ="contentTypeEditor_cultureVariantHeading "> </ localize > </ h5 >
158
+ < h5 > < localize key ="contentTypeEditor_cultureVariantHeading "> Allow vary by culture </ localize > </ h5 >
157
159
< umb-toggle data-element ="permissions-allow-culture-variant "
158
160
checked ="model.property.allowCultureVariant "
159
161
on-click ="vm.toggleAllowCultureVariants() ">
@@ -162,7 +164,7 @@ <h5><localize key="contentTypeEditor_cultureVariantHeading"></localize></h5>
162
164
</ div >
163
165
< div class ="umb-control-group clearfix " ng-if ="model.contentType === 'documentType' && model.contentTypeAllowSegmentVariant ">
164
166
165
- < h5 > < localize key ="contentTypeEditor_segmentVariantHeading "> </ localize > </ h5 >
167
+ < h5 > < localize key ="contentTypeEditor_segmentVariantHeading "> Allow segmentation </ localize > </ h5 >
166
168
167
169
< umb-toggle data-element ="permissions-allow-segment-variant "
168
170
checked ="model.property.allowSegmentVariant "
@@ -173,11 +175,11 @@ <h5><localize key="contentTypeEditor_segmentVariantHeading"></localize></h5>
173
175
174
176
< div class ="umb-control-group clearfix -no-border " ng-if ="model.contentType === 'memberType' ">
175
177
176
- < h5 > < localize key ="general_options "> </ localize > </ h5 >
178
+ < h5 > < localize key ="general_options "> Options </ localize > </ h5 >
177
179
178
180
< label class ="mt3 ">
179
- < localize key ="contentTypeEditor_showOnMemberProfile "> </ localize >
180
- < small > < localize key ="contentTypeEditor_showOnMemberProfileDescription "> </ localize > </ small >
181
+ < localize key ="contentTypeEditor_showOnMemberProfile "> Show on member profile </ localize >
182
+ < small > < localize key ="contentTypeEditor_showOnMemberProfileDescription "> Allow this property value to be displayed on the member profile page </ localize > </ small >
181
183
</ label >
182
184
183
185
< umb-toggle data-element ="settings_show_member_on_profile "
@@ -186,8 +188,8 @@ <h5><localize key="general_options"></localize></h5>
186
188
</ umb-toggle >
187
189
188
190
< label class ="mt3 ">
189
- < localize key ="contentTypeEditor_memberCanEdit "> </ localize >
190
- < small > < localize key ="contentTypeEditor_memberCanEditDescription "> </ localize > </ small >
191
+ < localize key ="contentTypeEditor_memberCanEdit "> Member can edit </ localize >
192
+ < small > < localize key ="contentTypeEditor_memberCanEditDescription "> Allow this property value to be edited by the member on their profile page </ localize > </ small >
191
193
</ label >
192
194
193
195
< umb-toggle data-element ="settings_member_can_edit "
@@ -196,8 +198,8 @@ <h5><localize key="general_options"></localize></h5>
196
198
</ umb-toggle >
197
199
198
200
< label class ="mt3 " ng-if ="vm.showSensitiveData ">
199
- < localize key ="contentTypeEditor_isSensitiveData "> </ localize >
200
- < small > < localize key ="contentTypeEditor_isSensitiveDataDescription "> </ localize > </ small >
201
+ < localize key ="contentTypeEditor_isSensitiveData "> Is sensitive data </ localize >
202
+ < small > < localize key ="contentTypeEditor_isSensitiveDataDescription "> Hide this property value from content editors that don't have access to view sensitive information </ localize > </ small >
201
203
</ label >
202
204
203
205
< umb-toggle ng-if ="vm.showSensitiveData " data-element ="settings_is_sensitive_data "
0 commit comments