Minor spelling mistake
This commit is contained in:
parent
5694fb0852
commit
09d7c3350d
|
@ -491,7 +491,7 @@ PromptManagerModule.prototype.init = function (moduleConfiguration, serviceSetti
|
|||
|
||||
// Restore default state of a characters prompt order
|
||||
this.handleCharacterReset = () => {
|
||||
callPopup('This will reset the prompt order for this character. You will not loose any prompts.', 'confirm',)
|
||||
callPopup('This will reset the prompt order for this character. You will not lose any prompts.', 'confirm',)
|
||||
.then(userChoice => {
|
||||
if (false === userChoice) return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue