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

Commit aec1fab

Browse files
Merge pull request #90 from MvdDonk/edit-pane-tab-label
Use label instead of alias for displaying tab text in editor dialog
2 parents ac98e71 + 386a8ca commit aec1fab

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)