Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 386a8ca

Browse files
committed
Use label instead of alias for displaying tab text in editor dialog
1 parent 3253f28 commit 386a8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div ng-switch-when="edit">
1212

1313
<fieldset ng-repeat="tab in model.node.tabs">
14-
<legend style="font-size: 18px;">{{tab.alias}}</legend>
14+
<legend style="font-size: 18px;">{{tab.label}}</legend>
1515

1616
<umb-property property="property"
1717
ng-repeat="property in tab.properties">

0 commit comments

Comments
 (0)