Remove template from warning message
This commit is contained in:
committed by
Nikolaj Geisle
parent
234552bcab
commit
fabb49feaf
@@ -23,7 +23,7 @@
|
||||
<umb-box>
|
||||
<umb-box-content>
|
||||
<div class="umb-alert umb-alert--info mb3" ng-if="vm.runtimeModeProduction">
|
||||
<localize key="template_runtimeModeProduction">Template content is not editable when using runtime mode <code>Production</code>.</localize>
|
||||
<localize key="template_runtimeModeProduction">Content is not editable when using runtime mode <code>Production</code>.</localize>
|
||||
</div>
|
||||
|
||||
<div class="flex mb3" ng-if="!vm.runtimeModeProduction">
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<umb-box>
|
||||
<umb-box-content>
|
||||
<div class="umb-alert umb-alert--info mb3" ng-if="vm.runtimeModeProduction">
|
||||
<localize key="template_runtimeModeProduction">Template content is not editable when using runtime mode <code>Production</code>.</localize>
|
||||
<localize key="template_runtimeModeProduction">Content is not editable when using runtime mode <code>Production</code>.</localize>
|
||||
</div>
|
||||
|
||||
<div class="flex mb3" ng-if="!vm.runtimeModeProduction">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<umb-box-content>
|
||||
<div class="umb-alert umb-alert--info mb3" ng-if="vm.runtimeModeProduction">
|
||||
<localize key="template_runtimeModeProduction">Template content is not editable when using runtime mode <code>Production</code>.</localize>
|
||||
<localize key="template_runtimeModeProduction">Content is not editable when using runtime mode <code>Production</code>.</localize>
|
||||
</div>
|
||||
|
||||
<div class="flex mb3" ng-if="!vm.runtimeModeProduction">
|
||||
|
||||
Reference in New Issue
Block a user