diff --git a/src/global/helpers/users.ts b/src/global/helpers/users.ts index 22b383ab3..74c23bd05 100644 --- a/src/global/helpers/users.ts +++ b/src/global/helpers/users.ts @@ -69,7 +69,7 @@ export function getUserStatus( lang: LangFn, user: ApiUser, userStatus: ApiUserStatus | undefined, ) { if (user.id === SERVICE_NOTIFICATIONS_USER_ID) { - return lang('ServiceNotifications').toLowerCase(); + return lang('ServiceNotifications'); } if (user.isSupport) {