diff --git a/plugins/shortcuts/src/ShortcutForm.test.tsx b/plugins/shortcuts/src/ShortcutForm.test.tsx index 0e878c1fa4..511c1842c3 100644 --- a/plugins/shortcuts/src/ShortcutForm.test.tsx +++ b/plugins/shortcuts/src/ShortcutForm.test.tsx @@ -41,7 +41,7 @@ describe('ShortcutForm', () => { screen.getByText('Must be at least 2 characters'), ).toBeInTheDocument(); expect( - screen.getByText('This title name is already exist'), + screen.getByText('A shortcut with this title already exists'), ).toBeInTheDocument(); }); });