Replace a vulgar message with a more appropriate one

- Though you will still feel that way if you hit the error
This commit is contained in:
zefie
2022-01-15 05:34:37 -05:00
parent e11c2c41ed
commit eac8888daf

View File

@@ -292,7 +292,7 @@ class WTVDownloadList {
if (fail_url === null) fail_url = new this.clientShowAlert({
'image': this.minisrv_config.config.service_logo,
'message': "Download failed...",
'buttonlabel1': "Fuck!",
'buttonlabel1': "Okay",
'buttonaction1': "client:goback",
'noback': true,
}).getURL();