diff --git a/extensions/helpers/messages.ts b/extensions/helpers/messages.ts index 1d60dd1..c68c9d8 100644 --- a/extensions/helpers/messages.ts +++ b/extensions/helpers/messages.ts @@ -6,12 +6,12 @@ import * as ThemeCommands from './../commands'; const MESSAGES = { INFO: { - message: 'You should reload the window for full activate the Material Theme.', - options: {ok: 'Reload now', cancel: 'Cancel'} + message: 'Do you want to reload to apply Material Theme Icons to enjoy the full experience?', + options: {ok: 'Yeah, releoad', cancel: 'No, thank you'} }, CHANGELOG: { - message: 'Material Theme was updated. Check the changelog for more details!', - options: {ok: 'Show changelog', cancel: 'Maybe later'} + message: 'Material Theme was updated. Check the release notes for more details.', + options: {ok: 'Show me', cancel: 'Maybe later'} } };