From ec4bb9061c76ec2e2050c7eb1495dde4f52eee9a Mon Sep 17 00:00:00 2001 From: matevip Date: Thu, 11 Jun 2026 09:31:15 +0800 Subject: [PATCH] fix(wiki): align read-only reading-toggle label with the unified Sources tab The raw-materials surface was renamed to "Sources" when upload, paste, directory scan and per-KB auto-sync were unified into one tab. The read-only viewers' reading-toggle segment still carried the old "Raw materials" label, so managers saw "Sources" while read-only viewers saw "Raw materials" for the same panel. Point the segment at the same i18n key for a consistent name. --- mateclaw-ui/src/views/Wiki/components/WikiWorkspaceHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mateclaw-ui/src/views/Wiki/components/WikiWorkspaceHeader.vue b/mateclaw-ui/src/views/Wiki/components/WikiWorkspaceHeader.vue index 6f0ecdfe..2620b963 100644 --- a/mateclaw-ui/src/views/Wiki/components/WikiWorkspaceHeader.vue +++ b/mateclaw-ui/src/views/Wiki/components/WikiWorkspaceHeader.vue @@ -58,7 +58,7 @@ @click="$emit('switch-reading', 'raw')" > - {{ t('wiki.rawMaterials') }} + {{ t('wiki.sources.tab') }}