mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
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:
parent
18daad79b2
commit
ec4bb9061c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user