diff --git a/src/components/scanstations/CopyScanStationTokenModal.svelte b/src/components/scanstations/CopyScanStationTokenModal.svelte index d227f8aa..a70cf98c 100644 --- a/src/components/scanstations/CopyScanStationTokenModal.svelte +++ b/src/components/scanstations/CopyScanStationTokenModal.svelte @@ -106,6 +106,7 @@ d="M7 4V2h10v2h3l1 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V5l1-1h3zm0 2H5v14h14V6h-2v2H7V6zm2-2v2h6V4H9z" /> +

{$_('click-to-copy-token-to-clipboard')}

diff --git a/src/locales/en.json b/src/locales/en.json index baad6549..6af1d2f4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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." }