fix(i18n): add workspace root translation key

This commit is contained in:
VooDisss
2026-02-16 05:21:22 +02:00
parent 32113ea100
commit b7f638f07d
2 changed files with 2 additions and 1 deletions

View File

@@ -571,7 +571,7 @@ const UnifiedPicker: Component<UnifiedPickerProps> = (props) => {
d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"
/>
</svg>
<span class="font-mono">. (workspace root)</span>
<span class="font-mono">. {t("unifiedPicker.sections.workspaceRoot")}</span>
</div>
</div>
</Show>