forked from Business/AccountHub
Update security card text
This commit is contained in:
parent
61acc9710b
commit
de12184bf4
@ -7,6 +7,7 @@
|
|||||||
"Checkout customers and manage online orders": "Checkout customers and manage online orders",
|
"Checkout customers and manage online orders": "Checkout customers and manage online orders",
|
||||||
"Build websites and manage contact form messages": "Build websites and manage contact form messages",
|
"Build websites and manage contact form messages": "Build websites and manage contact form messages",
|
||||||
"Track jobs and assigned tasks": "Track jobs and assigned tasks",
|
"Track jobs and assigned tasks": "Track jobs and assigned tasks",
|
||||||
"Change password, setup 2-factor, and change Station PIN": "Change password, setup 2-factor, and change Station PIN",
|
"Change password, setup 2-factor, and add app passwords": "Change password, setup 2-factor, and add app passwords",
|
||||||
|
"Change password, setup 2-factor, add app passwords, and change PIN": "Change password, setup 2-factor, add app passwords, and change PIN",
|
||||||
"Connect mobile devices to AccountHub": "Connect mobile devices to AccountHub"
|
"Connect mobile devices to AccountHub": "Connect mobile devices to AccountHub"
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-8">
|
<div class="col-8">
|
||||||
<span class="h5 font-weight-normal"><?php $Strings->get("account security"); ?></span><br />
|
<span class="h5 font-weight-normal"><?php $Strings->get("account security"); ?></span><br />
|
||||||
<?php $Strings->get("Change password, setup 2-factor, and change Station PIN"); ?>
|
<?php
|
||||||
|
if ($SETTINGS['station_kiosk']) {
|
||||||
|
$Strings->get("Change password, setup 2-factor, add app passwords, and change PIN");
|
||||||
|
} else {
|
||||||
|
$Strings->get("Change password, setup 2-factor, and add app passwords");
|
||||||
|
}
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -61,7 +67,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-8">
|
<div class="col-8">
|
||||||
<span class="h5 font-weight-normal"><?php $Strings->get("sync"); ?></span><br />
|
<span class="h5 font-weight-normal"><?php $Strings->get("sync"); ?></span><br />
|
||||||
<?php $Strings->get("Connect mobile devices to AccountHub"); ?>
|
<?php $Strings->get("Connect mobile devices to AccountHub"); ?>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user