We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a64ca commit c3279f7Copy full SHA for c3279f7
src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html
@@ -104,7 +104,7 @@ <h5><localize key="contentTypeEditor_historyCleanupHeading"></localize></h5>
104
<umb-box-content>
105
<p ></p>
106
107
- <div class="umb-panel-group__details-status-text" ng-if="model.historyCleanup.globalEnableCleanup">
+ <div class="umb-panel-group__details-status-text" ng-if="!model.historyCleanup.globalEnableCleanup">
108
<p class="umb-panel-group__details-status-action"><localize key="contentTypeEditor_historyCleanupGloballyDisabled"></localize></p>
109
</div>
110
0 commit comments