Built motion from commit aab208717af8d15f4fa224cdb6a202877019af9b. Version 3.0.0...
[motion-next.git] / public / src / js / modules / main / apps / mail / views / mailAccounts / edit / apps / gotoif / dialog.html / dialog.html
index fa4ab00..05a46e4 100644 (file)
@@ -38,7 +38,7 @@
         </div>
       </div>
       <md-input-container class="md-block">
-        <label translate="MAIL.CONDITION">Condition</label>
+        <label translate="APP.CONDITION">Condition</label>
         <input
           type="text"
           name="condition"
           role="alert"
         >
           <div ng-message="required">
-            <span translate="MAIL.ERRORS.CONDITION_REQUIRED"
+            <span translate="APP.ERRORS.CONDITION_REQUIRED"
               >Condition field is required</span
             >
           </div>
         </div>
       </md-input-container>
       <md-input-container class="md-block">
-        <label translate="MAIL.TRUEPRIORITY">truepriority</label>
+        <label translate="APP.TRUEPRIORITY">truepriority</label>
         <input
           type="number"
           name="truepriority"
           role="alert"
         >
           <div ng-message="required">
-            <span translate="MAIL.ERRORS.TRUEPRIORITY_REQUIRED"
+            <span translate="APP.ERRORS.TRUEPRIORITY_REQUIRED"
               >truepriority field is required</span
             >
           </div>
           <div ng-message="min">
             <span
-              translate="MAIL.ERRORS.TRUEPRIORITY_MUST_BE_GREATER_THAN_OR_EQUAL_TO"
+              translate="APP.ERRORS.TRUEPRIORITY_MUST_BE_GREATER_THAN_OR_EQUAL_TO"
               >truepriority must be a valid greater or equal than</span
             >
             <span>1</span>
@@ -91,7 +91,7 @@
         </div>
       </md-input-container>
       <md-input-container class="md-block">
-        <label translate="MAIL.FALSEPRIORITY">falsepriority</label>
+        <label translate="APP.FALSEPRIORITY">falsepriority</label>
         <input
           type="number"
           name="falsepriority"
           role="alert"
         >
           <div ng-message="required">
-            <span translate="MAIL.ERRORS.FALSEPRIORITY_REQUIRED"
+            <span translate="APP.ERRORS.FALSEPRIORITY_REQUIRED"
               >falsepriority field is required</span
             >
           </div>
           <div ng-message="min">
             <span
-              translate="MAIL.ERRORS.FALSEPRIORITY_MUST_BE_GREATER_THAN_OR_EQUAL_TO"
+              translate="APP.ERRORS.FALSEPRIORITY_MUST_BE_GREATER_THAN_OR_EQUAL_TO"
               >falsepriority must be a valid greater or equal than</span
             >
             <span>1</span>
           class="send-button md-accent md-raised"
           ng-disabled="mailAccountFormApp.$invalid || mailAccountFormApp.$pristine"
           aria-label="SAVE"
-          translate="MAIL.SAVE"
-          translate-attr-aria-label="MAIL.SAVE"
+          translate="APP.SAVE"
+          translate-attr-aria-label="APP.SAVE"
         >
           SAVE
         </md-button>