commit
e97b08773b
|
|
@ -34,7 +34,7 @@ export const LogoutComponent = () => {
|
|||
return (
|
||||
<div className="text-red-400 cursor-pointer" onClick={logout}>
|
||||
{t('logout_from', 'Logout from')}
|
||||
{isGeneral ? 'Postiz' : 'Gitroom'}
|
||||
{isGeneral ? ' Postiz' : ' Gitroom'}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue