Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes/ImageView.vue')
-rw-r--r--src/nodes/ImageView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes/ImageView.vue b/src/nodes/ImageView.vue
index 5560dc38a..d54af609c 100644
--- a/src/nodes/ImageView.vue
+++ b/src/nodes/ImageView.vue
@@ -245,7 +245,7 @@ export default {
this.errorMessage = err.message
if (err instanceof LoadImageError) {
- this.errorMessage = `${this.errorMessage} [${this.src}]`
+ this.errorMessage = `${this.errorMessage} ${this.src}`
}
this.$emit('error', { error: err, src: this.src })