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
path: root/src
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-06-10 09:31:30 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-06-30 17:09:35 +0300
commitec3c5396761a0d2bd76ab79b4e0c4cd7522e959f (patch)
treed78ad84b99617b81fd564ae8e109a8deccde0d07 /src
parenta44548dc14eda86802e4f24196b000d6261d155a (diff)
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'src')
-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 d54af609c..a190021d7 100644
--- a/src/nodes/ImageView.vue
+++ b/src/nodes/ImageView.vue
@@ -204,7 +204,7 @@ export default {
this.failed = true
this.imageLoaded = false
this.loaded = true
- this.errorMessage = t('text', 'Unsuported image')
+ this.errorMessage = t('text', 'Unsupported image type')
return
}
this.init()