Update sync settings card text
This commit is contained in:
parent
de12184bf4
commit
df79def142
@ -9,5 +9,5 @@
|
|||||||
"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 add app passwords": "Change password, setup 2-factor, and add app passwords",
|
"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",
|
"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 {name} and get notifications": "Connect mobile devices to {name} and get notifications"
|
||||||
}
|
}
|
||||||
|
@ -67,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->build("Connect mobile devices to {name} and get notifications", ["name" => $SETTINGS['site_title']]); ?>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user