Skip to content

Commit 7225b3b

Browse files
Update swv.js
1 parent 875d1de commit 7225b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/swv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ angular.module("swv").controller("Queue", function ($scope, $compile, $timeout)
140140
}).catch(err => createNotify({
141141
img: '/img/warning-filled.svg',
142142
title: useLang["patrol-fail-title"],
143-
content: "Error 3.1: " + err,
143+
content: "Error 3.3: " + err,
144144
removable: true
145145
}));
146146
}

0 commit comments

Comments
 (0)