diff --git a/html/src/app.js b/html/src/app.js index a86d2955..1a941e6e 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -21908,7 +21908,7 @@ speechSynthesis.getVoices(); distinguishCancelAndClose: true, confirmButtonText: 'Save', cancelButtonText: 'Cancel', - inputValue: this.pendingOfflineDelay, + inputValue: this.pendingOfflineDelay / 1000, inputPattern: /\d+$/, inputErrorMessage: 'Valid number is required', callback: (action, instance) => {