Minor spelling mistake

This commit is contained in:
Cohee 2023-08-05 20:58:16 +03:00 committed by maver
parent 5694fb0852
commit 09d7c3350d
1 changed files with 1 additions and 1 deletions

View File

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