(NFC) Fix possible flacky tests by splitting the parts of the checksum up so that...
[civicrm-core.git] / ang / crmCxn / ConfirmReconnectCtrl.html
index 04f7252c6bf42e7955d9aa5f2dbcb20117770396..b415e409e22365caeb74a4acfd4bcc7c0cc58544 100644 (file)
@@ -1,22 +1,23 @@
 <div ng-controller="CrmCxnConfirmReconnectCtrl">
-  <p>{{ts('Are you sure you want to reconnect \"%1\"?', {1: cxn.app_meta.title})}}</p>
+  <p>{{ts('Are you sure you want to reconnect \"%1\"?', {1: appMeta.title})}}</p>
 
-  <p>{{ts('Reconnecting will change the connection details (such as callback URLs and permissions). This can be useful in a few cases, such as:')}}</p>
+  <p>{{:: ts('Reconnecting will change the connection details (such as callback URLs and permissions). This can be useful in a few cases, such as:') }}</p>
 
   <ul>
-    <li>{{ts('After your site has migrated to a new URL.')}}</li>
-    <li>{{ts('After the application has migrated to a new URL.')}}</li>
-    <li>{{ts('After the application has changed permission requirements.')}}</li>
+    <li>{{:: ts('After your site has migrated to a new URL.') }}</li>
+    <li>{{:: ts('After the application has migrated to a new URL.') }}</li>
+    <li>{{:: ts('After the application has changed permission requirements.') }}</li>
+    <li>{{:: ts('After the application has a major failure or reset.') }}</li>
   </ul>
 
   <div crm-ui-accordion="{title: ts('Permissions: Summary'), collapsed: true}">
-    <div ng-bind-html="cxn.app_meta.perm.desc"></div>
+    <div ng-bind-html="appMeta.perm.desc"></div>
   </div>
   <div crm-ui-accordion="{title: ts('Permissions: Details'), collapsed: true}">
-    <div crm-cxn-perm-table="{perm: cxn.app_meta.perm}"></div>
+    <div crm-cxn-perm-table="{perm: appMeta.perm}"></div>
   </div>
   <div crm-ui-accordion="{title: ts('Advanced'), collapsed: true}">
-    <div crm-cxn-adv-table="{appMeta: cxn.app_meta}"></div>
+    <div crm-cxn-adv-table="{appMeta: appMeta}"></div>
   </div>
 
 </div>