feat: fix cause on switch pop-up (#185)

This commit is contained in:
Warfront1 2025-01-25 01:40:48 -05:00 committed by GitHub
parent b2c8ed6818
commit 15dbe6265f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ export function Atx(__recorder) {
if ($("atx-ask-switch").checked) {
wm.confirm(`
Are you sure you want to press the <b>${button}</b> button?<br>
Warning! This could case data loss on the server.
Warning! This could cause data loss on the server.
`).then(function(ok) {
if (ok) {
click_button();

View File

@ -584,7 +584,7 @@ export function Switch() {
if ($("switch-atx-ask-switch").checked) {
wm.confirm(`
Are you sure you want to press the <b>${button}</b> button?<br>
Warning! This could case data loss on the server.
Warning! This could cause data loss on the server.
`).then(function(ok) {
if (ok) {
click_button();