diff options
| author | Fuwn <[email protected]> | 2024-04-19 21:41:27 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-19 21:41:27 -0700 |
| commit | 94ca20759abd8e86e2eb38b15930dbb0926b4261 (patch) | |
| tree | 5fc21af6e923c6e5b4a265b78d3ae8d49151e55a /src | |
| parent | feat(badges): allow authorised to see hidden badges (diff) | |
| download | due.moe-94ca20759abd8e86e2eb38b15930dbb0926b4261.tar.xz due.moe-94ca20759abd8e86e2eb38b15930dbb0926b4261.zip | |
feat(badges): change wording for shadow notice
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index 0a32c3a3..c918e460 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -547,9 +547,9 @@ <b>Notice:</b> The Badge Wall overseer has detected badges containing AI-generated material, and your Badge Wall has been shadow hidden. <p /> - Please use "Un-shadow Hide Badges" button to unhide your badges, from where you will - be required to use the hide feature to hide these badges from the public, while allowing - them to stay visible to you as the account holder. + Please use "Un-shadow Hide Badges" button to unhide your Badge Wall, from where you + will be required to use the hide feature to hide these badges from the public, while + allowing them to stay visible to you as the account holder. </div> {:else} <div class="card"> |