mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
feat: update message keys for settings and overview sections; remove unused permissions and skills from settings
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user