diff options
| author | Fuwn <[email protected]> | 2023-09-17 20:33:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-17 20:33:02 -0700 |
| commit | 5a877d3d995bc3b3abd7f7752fe4af03fdd740f1 (patch) | |
| tree | 9f776c41b1b4349bca7a3d4b01cad42df8c4053d | |
| parent | feat(settings): add settings tab for feeds (diff) | |
| download | due.moe-5a877d3d995bc3b3abd7f7752fe4af03fdd740f1.tar.xz due.moe-5a877d3d995bc3b3abd7f7752fe4af03fdd740f1.zip | |
feat(settings): hint text
| -rw-r--r-- | src/routes/settings/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte index ea7d6d8b..8ec56788 100644 --- a/src/routes/settings/+page.svelte +++ b/src/routes/settings/+page.svelte @@ -42,7 +42,7 @@ > Click to copy AniList notifications RSS feed URL and token </a> - <SettingHint lineBreak>Do not share this with anyone!</SettingHint> + <SettingHint lineBreak>Do not share this link with <b>anyone</b>!</SettingHint> </details> <p /> |