diff options
author | Daniel García <[email protected]> | 2019-03-09 14:41:34 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-03-09 14:41:34 +0100 |
commit | b4244b28b6263fb6702b5cce33213ef2f31c2802 (patch) | |
tree | 6be61b502f965f8f5ca076cf5dc72dfe9df51233 /src/static/templates/admin/page.hbs | |
parent | 43f9038325b2729016d066fcdaa22799b444dd0b (diff) | |
download | vaultwarden-b4244b28b6263fb6702b5cce33213ef2f31c2802.tar.gz vaultwarden-b4244b28b6263fb6702b5cce33213ef2f31c2802.zip |
Update admin page scripts and fixed broken tooltip
Diffstat (limited to 'src/static/templates/admin/page.hbs')
-rw-r--r-- | src/static/templates/admin/page.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/templates/admin/page.hbs b/src/static/templates/admin/page.hbs index 7ce16674..2cad0e5c 100644 --- a/src/static/templates/admin/page.hbs +++ b/src/static/templates/admin/page.hbs @@ -38,8 +38,8 @@ </div> <div class="mt-3"> - <button type="button" class="btn btn-sm btn-link" onclick="updateRevisions();" title="Force all clients to fetch - new data next time they connect. Useful after restoring a backup to remove any stale data."> + <button type="button" class="btn btn-sm btn-link" onclick="updateRevisions();" + title="Force all clients to fetch new data next time they connect. Useful after restoring a backup to remove any stale data."> Force clients to resync </button> |