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.
This commit is contained in:
matevip 2026-06-11 09:31:15 +08:00
parent 18daad79b2
commit ec4bb9061c

View File

@ -58,7 +58,7 @@
@click="$emit('switch-reading', 'raw')"
>
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2 2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>
{{ t('wiki.rawMaterials') }}
{{ t('wiki.sources.tab') }}
</button>
<button
type="button"