diff --git a/SECURITY.md b/SECURITY.md index e52e5c68..36b4fd8c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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: diff --git a/apps/frontend/src/components/layout/logout.component.tsx b/apps/frontend/src/components/layout/logout.component.tsx index 15714e6f..3128f522 100644 --- a/apps/frontend/src/components/layout/logout.component.tsx +++ b/apps/frontend/src/components/layout/logout.component.tsx @@ -34,7 +34,7 @@ export const LogoutComponent = () => { return (
{t('logout_from', 'Logout from')} - {isGeneral ? 'Postiz' : 'Gitroom'} + {isGeneral ? ' Postiz' : ' Gitroom'}
); };