This commit is contained in:
Arsfy
2024-10-28 18:44:04 +08:00
parent 376e8d4621
commit 5c2e2d7d36
18 changed files with 1261 additions and 228 deletions

View File

@@ -61,7 +61,7 @@ export default function SettingsLayout() {
if (isAdmin()) {
sidebarNavItems.push({
title: 'YAML Config',
title: t('settings.yaml_config.short_title'),
href: '/settings/config',
icon: FileSlidersIcon,
})