mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: use correct i18n key path for noToolsFound in tool palette
This commit is contained in:
@@ -75,7 +75,9 @@ export function ToolPalette({ onAddStep, className }: ToolPaletteProps) {
|
||||
|
||||
<div className="flex-1 overflow-y-auto px-3 pb-3">
|
||||
{availableTools.length === 0 ? (
|
||||
<p className="text-sm text-muted-foreground text-center py-8">{t.common.noToolsFound}</p>
|
||||
<p className="text-sm text-muted-foreground text-center py-8">
|
||||
{t.fullscreenGrid.noToolsFound}
|
||||
</p>
|
||||
) : isSearching ? (
|
||||
<div className="space-y-1">
|
||||
{availableTools.map((tool) => (
|
||||
|
||||
Reference in New Issue
Block a user