Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
f72bbb9de3
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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