diff options
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 12aec00d..6ad6e845 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -684,7 +684,7 @@ {#if true} <Popup fullscreen onLeave={() => (importMode = false)} show={importMode}> - <SettingHint>Import badges from an activity post</SettingHint> + Import badges from an activity post <p /> @@ -710,7 +710,7 @@ <input type="checkbox" id="import_links" name="import_links" bind:checked={importLinks} /> Import Links <SettingHint lineBreak> - If your images are nested in links, check this box to import the links as well. + If your badges are nested in links, enable this option to attach the links to the badges. </SettingHint> <p /> |