Fix lang for service notification chat
This commit is contained in:
parent
9831f7c4b0
commit
c747985821
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user