From f2f7b7fe1f621dc0341e324bea20b31676f0d8c7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Sat, 14 Oct 2023 17:58:46 +0800 Subject: [PATCH] Fix admin.sign_up typo --- src/components/notification.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification.jsx b/src/components/notification.jsx index 079317d2..7811290c 100644 --- a/src/components/notification.jsx +++ b/src/components/notification.jsx @@ -58,8 +58,8 @@ const contentText = { 'favourite+reblog+account': (count) => `boosted & favourited ${count} of your posts.`, 'favourite+reblog_reply': 'boosted & favourited your reply.', - 'admin.signup': 'signed up.', 'admin.report': 'reported a post.', + 'admin.sign_up': 'signed up.', }; const AVATARS_LIMIT = 50;