Merge remote-tracking branch 'origin/main'

This commit is contained in:
Nevo David 2025-06-08 00:35:46 +07:00
commit f72bbb9de3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ The Postiz app is committed to ensuring the security and integrity of our users'
If you discover a security vulnerability in the Postiz app, please report it to us privately via email to one of the maintainers:
- @nevo-david
- @egelhaus ([email](mailto:gelhausenno@outlook.de))
- @ennogelhaus ([email](mailto:gelhausenno@outlook.de))
When reporting a security vulnerability, please provide as much detail as possible, including:

View File

@ -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>
);
};