aboutsummaryrefslogtreecommitdiffstats
path: root/js/assets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/assets.js')
-rw-r--r--js/assets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/assets.js b/js/assets.js
index 37a691a..7190ca0 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -102,7 +102,7 @@ api.fetchText = function(url, onLoad, onError) {
var onErrorReceived = function() {
this.onload = this.onerror = this.ontimeout = null;
- ηMatrix.logger.writeOne('', 'error', errorCantConnectTo.replace('{{msg}}', actualUrl));
+ ηMatrix.logger.writeOne('', 'error', errorCantConnectTo.replace('{{url}}', actualUrl));
onError.call(null, { url: url, content: '' });
};