Update sync settings card text

This commit is contained in:
Skylar Ittner 2019-02-11 16:32:44 -07:00
parent de12184bf4
commit df79def142
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@
"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, 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"
}

View File

@ -67,7 +67,7 @@
</div>
<div class="col-8">
<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>
</a>
</div>