diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 97244efd3e7d..76344f431ecd 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2465,6 +2465,9 @@ $LANG = array( 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', 'listening' => 'Listening...', 'microphone_help' => 'Say \'new invoice for...\'', + 'voice_commands' => 'Voice Commands', + 'sample_commands' => 'Sample commands', + 'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.', ); diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index b5ce6d8e47ff..c129f445904c 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -398,7 +398,7 @@ - + diff --git a/resources/views/partials/keyboard_shortcuts.blade.php b/resources/views/partials/keyboard_shortcuts.blade.php index 5c5b00868604..6f37a8fd16b3 100644 --- a/resources/views/partials/keyboard_shortcuts.blade.php +++ b/resources/views/partials/keyboard_shortcuts.blade.php @@ -29,52 +29,95 @@