Skip to content
Snippets Groups Projects
Commit b11e1d75 authored by felmer's avatar felmer
Browse files

SSDM-6558: message a bit improved

parent 5a882c16
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ define([ "jquery" ], function($) { ...@@ -76,7 +76,7 @@ define([ "jquery" ], function($) {
var thisImage = this; var thisImage = this;
thisLoader.callbacks.forEach(function(callback) { thisLoader.callbacks.forEach(function(callback) {
callback(e.type === "error" ? "Image not available" : thisImage); callback(e.type === "error" ? "No image available" : thisImage);
}); });
thisLoader.timeoutConfig = null; thisLoader.timeoutConfig = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment