diff options
feat: update text of canaries page
Diffstat (limited to 'src/routes/canaries')
| -rw-r--r-- | src/routes/canaries/+page.svelte | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/routes/canaries/+page.svelte b/src/routes/canaries/+page.svelte index 024980f..bd6b10b 100644 --- a/src/routes/canaries/+page.svelte +++ b/src/routes/canaries/+page.svelte @@ -96,8 +96,9 @@ <br /> It makes an attempt to validate their signatures, however it does not attempt to check if they've been updated in time for their next scheduled update. - It is your responsibility to ensure that the canary's contents match your - requirements. + It also makes no attempt to ensure the canaries state that the service still + has it's liberty. It is your responsibility to ensure that the canary's contents + match your requirements. </span> <span class="trust-server opacity-60 hover:opacity-80 transition-all" |