From 9c35e26fc9e1825d77d647a29ac4207bd046d0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 18 Sep 2025 19:58:13 +0200 Subject: [PATCH] pl-api: akkoma fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/lib/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index bdcd37048..978ccb787 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -153,7 +153,7 @@ const WORDPRESS = 'WordPress'; * @category Software * @see {@link https://akkoma.dev/AkkomaGang/akkoma} */ -const AKKOMA = 'akkoma'; +const AKKOMA = 'Akkoma'; /** * glitch-soc, fork of Mastodon with a number of experimental features.