diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index c57f7cbcf478..ab4d5cb3fa1d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2465,11 +2465,12 @@ $LANG = array( 'confirm_account_to_import' => 'Please confirm your account to import data.', 'import_started' => 'Your import has started, we\'ll send you an email once it completes.', 'listening' => 'Listening...', - 'microphone_help' => 'Say \'new invoice for...\'', + 'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"', '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.', 'payment_type_Venmo' => 'Venmo', + 'archived_products' => 'Successfully archived :count products', );