chore: Update messages

This commit is contained in:
Mattia Astorino 2018-07-01 19:03:53 +02:00
parent 0a6f5b2ba1
commit a1d0087b30
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -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'}
}
};