chore: Update messages
This commit is contained in:
parent
0a6f5b2ba1
commit
a1d0087b30
1 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@ import * as ThemeCommands from './../commands';
|
||||||
|
|
||||||
const MESSAGES = {
|
const MESSAGES = {
|
||||||
INFO: {
|
INFO: {
|
||||||
message: 'You should reload the window for full activate the Material Theme.',
|
message: 'Do you want to reload to apply Material Theme Icons to enjoy the full experience?',
|
||||||
options: {ok: 'Reload now', cancel: 'Cancel'}
|
options: {ok: 'Yeah, releoad', cancel: 'No, thank you'}
|
||||||
},
|
},
|
||||||
CHANGELOG: {
|
CHANGELOG: {
|
||||||
message: 'Material Theme was updated. Check the changelog for more details!',
|
message: 'Material Theme was updated. Check the release notes for more details.',
|
||||||
options: {ok: 'Show changelog', cancel: 'Maybe later'}
|
options: {ok: 'Show me', cancel: 'Maybe later'}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue