File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
src/packages/core/property-type/workspace/views/settings Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -290,19 +290,31 @@ export class UmbPropertyTypeWorkspaceViewSettingsElement extends UmbLitElement i
290
290
?checked= ${ this . _data ?. visibility ?. memberCanView }
291
291
@change = ${ this . #onToggleShowOnMemberProfile}
292
292
label= ${ this . localize . term ( 'contentTypeEditor_showOnMemberProfile' ) } > </ uui- to ggle>
293
- <small> ${ this . localize . term ( 'contentTypeEditor_showOnMemberProfileDescription' ) } </ small>
293
+ <small>
294
+ <umb- localize key= "contentTypeEditor_showOnMemberProfileDescription" >
295
+ Allow this property value to be displayed on the member profile page
296
+ </ umb- localize>
297
+ </ small>
294
298
295
299
<uui- to ggle
296
300
?checked= ${ this . _data ?. visibility ?. memberCanEdit }
297
301
@change = ${ this . #onToggleMemberCanEdit}
298
302
label= ${ this . localize . term ( 'contentTypeEditor_memberCanEdit' ) } > </ uui- to ggle>
299
- <small> ${ this . localize . term ( 'contentTypeEditor_memberCanEditDescription' ) } </ small>
303
+ <small>
304
+ <umb- localize key= "contentTypeEditor_memberCanEditDescription" >
305
+ Allow this property value to be edited by the member on their profile page
306
+ </ umb- localize>
307
+ </ small>
300
308
301
309
<uui- to ggle
302
310
?checked= ${ this . _data ?. isSensitive }
303
311
@change = ${ this . #onToggleIsSensitiveData}
304
312
label= ${ this . localize . term ( 'contentTypeEditor_isSensitiveData' ) } > </ uui- to ggle>
305
- <small> ${ this . localize . term ( 'contentTypeEditor_isSensitiveDataDescription' ) } </ small>
313
+ <small>
314
+ <umb- localize key= "contentTypeEditor_isSensitiveDataDescription" >
315
+ Hide this property value from content editors that don 't have access to view sensitive information
316
+ </umb-localize>
317
+ </small>
306
318
</div>
307
319
</div>` ;
308
320
}
You can’t perform that action at this time.
0 commit comments