You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
When an asset can't be downloaded, the message "Network error: Unable to connect to {{url}}" is shown in the logger with the {{url}} placeholder not replaced by the URL that failed to load. This is due to the line 104 of src/js/assets.js trying to replace {{msg}} instead of {{url}}.
I reported a similar issue a while ago for uBO (gorhill/uBlock#2921), which you understandably closed as an external translation issue, but for uMatrix this affects every language (including English) so seems like something that should be fixed in uMatrix itself.
The text was updated successfully, but these errors were encountered:
When an asset can't be downloaded, the message "Network error: Unable to connect to {{url}}" is shown in the logger with the
{{url}}
placeholder not replaced by the URL that failed to load. This is due to the line 104 of src/js/assets.js trying to replace{{msg}}
instead of{{url}}
.I reported a similar issue a while ago for uBO (gorhill/uBlock#2921), which you understandably closed as an external translation issue, but for uMatrix this affects every language (including English) so seems like something that should be fixed in uMatrix itself.
The text was updated successfully, but these errors were encountered: