|
@@ -6,6 +6,10 @@
|
|
|
<p><strong translate>common.NOTE</strong> <span translate>welcome.SAFARI</span></p>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="notification">
|
|
|
+ <p translate>welcome.NOTIFICATION_IOS_BETA</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
<p class="instructions" translate>welcome.PLEASE_SCAN</p>
|
|
|
<qrcode version="{{ ctrl.qrCode.version }}"
|
|
|
id="connecting-code"
|
|
@@ -28,6 +32,10 @@
|
|
|
</div>
|
|
|
|
|
|
<div ng-if="(ctrl.state === 'new' || ctrl.state === 'connecting') && ctrl.mode === 'unlock'" class="unlock">
|
|
|
+ <div class="notification">
|
|
|
+ <p translate>welcome.NOTIFICATION_IOS_BETA</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
<h2 class="instructions" translate>welcome.PLEASE_UNLOCK</h2>
|
|
|
<div class="password-entry">
|
|
|
<label>
|