diff --git a/pages/common/i18n-strings.ts b/pages/common/i18n-strings.ts index e62aec81c0..69a2126c3d 100644 --- a/pages/common/i18n-strings.ts +++ b/pages/common/i18n-strings.ts @@ -9,8 +9,6 @@ export const collectionPreferencesI18nStrings: CollectionPreferencesProps.Visibl liveAnnouncementDndItemCommitted: (initialPosition, finalPosition, total) => `Item moved from position ${initialPosition} to position ${finalPosition} of ${total}`, dragHandleAriaDescription: - 'To pick up a draggable item, press space or enter. \n' + - 'While dragging, use the arrow keys to move the item in any given direction.\n' + - 'Press space or enter again to drop the item in its new position, or press escape to cancel.', + 'Use Space or Enter to activate drag, arrow keys to move, Space or Enter to submit, or Escape to discard.', dragHandleAriaLabel: 'Drag handle', };