Added "tooltip"

ref #93
This commit is contained in:
Nicolai Ort 2021-03-10 20:03:18 +01:00
parent e6d80c8ccb
commit 2de861d4c1
2 changed files with 3 additions and 1 deletions

View File

@ -106,6 +106,7 @@
d="M7 4V2h10v2h3l1 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V5l1-1h3zm0 2H5v14h14V6h-2v2H7V6zm2-2v2h6V4H9z" /></svg>
</div>
</div>
<p class="text-gray-500 text-xs">{$_('click-to-copy-token-to-clipboard')}</p>
</div>
</div>
</div>

View File

@ -334,5 +334,6 @@
"token": "Token",
"the-scanstations-api-token-will-only-get-displayed-once-you-wont-be-able-to-change-or-view-it-again": "The scanstation's api token will only get displayed once - you won't be able to change or view it again!",
"please-copy-the-token-and-store-it-somewhere-save": "Please copy the token and store it somewhere save!",
"yes-i-copied-the-token": "Yes, i copied the token."
"yes-i-copied-the-token": "Yes, i copied the token.",
"click-to-copy-token-to-clipboard": "Click to copy token to clipboard."
}