From 7921721425784d781c0f00494aef20396023810e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 31 May 2026 17:04:11 +0200 Subject: [PATCH] feat(pgp): concise description --- src/pages/pgp.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/pgp.astro b/src/pages/pgp.astro index e9a7a96..74912cb 100644 --- a/src/pages/pgp.astro +++ b/src/pages/pgp.astro @@ -4,7 +4,7 @@ import Footer from '../components/Footer.astro' const title = 'PGP public key' const description = - 'Use to verify my digitally signed content like emails and files or to encrypt messages intended only for me.' + 'Use to verify my digital signature or to encrypt messages intended only for me.' ---