diff options
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index c1a3ae51..150f2167 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -519,12 +519,13 @@ {#if shadowHidden} <div class="card"> - <b>Notice:</b> The Badge Wall overseer has detected badges containing - AI-generated material. {shadowHiddenCount} of your badges have been shadow hidden. + <b>Notice:</b> The Badge Wall overseer system has detected badges containing + AI-generated material on your wall. {shadowHiddenCount} of your badges have been + shadow hidden. <p /> - 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. + You may use the "Un-shadow Hide Badges" button to unhide these 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. </div> {:else if !noticeDismissed} <div class="card"> |