aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-05 00:03:02 -0800
committerFuwn <[email protected]>2024-02-05 00:03:02 -0800
commit1e1d98280ef8a2f92a71e095ec8310c065395c4d (patch)
treef8c7dbac0506fc78fd0869559a66202d4d79d5e8 /src
parentfeat(settings): remove notice (diff)
downloaddue.moe-1e1d98280ef8a2f92a71e095ec8310c065395c4d.tar.xz
due.moe-1e1d98280ef8a2f92a71e095ec8310c065395c4d.zip
refactor(badges): change titles
Diffstat (limited to 'src')
-rw-r--r--src/routes/user/[user]/badges/+page.svelte4
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 />