feat: update message keys for settings and overview sections; remove unused permissions and skills from settings

This commit is contained in:
alexsparkes
2026-02-01 14:22:01 +00:00
parent 7c2213a38f
commit cbedaf627c
5 changed files with 216 additions and 64 deletions

View File

@@ -154,7 +154,7 @@ const Overview = () => {
return (
<>
<span className="mainTitle">
{variables.getMessage('modals.main.marketplace.product.overview')}
{variables.getMessage('modals.main.settings.sections.order.title')}
</span>
<div className="overviewGrid">
<div>

View File

@@ -24,7 +24,7 @@ import {
} from '../sections';
const sections = [
{ label: 'modals.main.marketplace.product.overview', name: 'order', component: Overview },
{ label: 'modals.main.settings.sections.order.title', name: 'order', component: Overview },
{
label: 'modals.main.settings.sections.appearance.navbar.title',
name: 'navbar',