Skip to content

Commit c3279f7

Browse files
committed
Negated bool check..
1 parent 82a64ca commit c3279f7

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h5><localize key="contentTypeEditor_historyCleanupHeading"></localize></h5>
104104
<umb-box-content>
105105
<p ></p>
106106

107-
<div class="umb-panel-group__details-status-text" ng-if="model.historyCleanup.globalEnableCleanup">
107+
<div class="umb-panel-group__details-status-text" ng-if="!model.historyCleanup.globalEnableCleanup">
108108
<p class="umb-panel-group__details-status-action"><localize key="contentTypeEditor_historyCleanupGloballyDisabled"></localize></p>
109109
</div>
110110

0 commit comments

Comments
 (0)