Skip to content

Commit e97b087

Browse files
authored
Merge pull request #782 from poteirard/patch-1
Fix typo in logout text
2 parents 231b11d + bb9b8ad commit e97b087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/layout/logout.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const LogoutComponent = () => {
3434
return (
3535
<div className="text-red-400 cursor-pointer" onClick={logout}>
3636
{t('logout_from', 'Logout from')}
37-
{isGeneral ? 'Postiz' : 'Gitroom'}
37+
{isGeneral ? ' Postiz' : ' Gitroom'}
3838
</div>
3939
);
4040
};

0 commit comments

Comments
 (0)