Skip to content

Commit

Permalink
fix problem with translation order (remove settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Sep 26, 2024
1 parent 3d4c6f6 commit 4717fe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const SettingsPanel = ({ }) => {
<div className="mb-1 block__category">{translate('settings')}</div>
<div className="ms-2 block__entries block__border d-flex flex-column">
<Link to="/settings/settings/general" className="block__entry__link">
{tenant.name} {translate('settings')}
{tenant.name}
</Link>
{connectedUser.isDaikokuAdmin && (
<Link to="/settings/tenants" className="block__entry__link">
Expand Down

0 comments on commit 4717fe1

Please sign in to comment.