From e53d0d90cddf2817febb18a79e2e2cbc8bae864f Mon Sep 17 00:00:00 2001 From: joaovictorjs Date: Fri, 20 Mar 2026 16:57:05 -0300 Subject: [PATCH] fix: wrap text within a span --- src/components/video-editor/ShortcutsConfigDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/video-editor/ShortcutsConfigDialog.tsx b/src/components/video-editor/ShortcutsConfigDialog.tsx index e758733c..a8edd137 100644 --- a/src/components/video-editor/ShortcutsConfigDialog.tsx +++ b/src/components/video-editor/ShortcutsConfigDialog.tsx @@ -203,7 +203,7 @@ export function ShortcutsConfigDialog() { onClick={handleReset} > - {t('shortcutsConfig.resetToDefaults')} + {t('shortcutsConfig.resetToDefaults')}