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

github.com/nextcloud/notes.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-03-21 11:35:16 +0300
committerGitHub <noreply@github.com>2022-03-21 11:35:16 +0300
commitdc4dd8ba4957317c0f272a21e409d8371a45b2ca (patch)
treeec370932d0e9a8cf7548fded8a3f6250b0a42647 /src
parent89f448b7086c56f92532632cd0f1a83daaad38dd (diff)
l10n: Separate words
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/EditorEasyMDE.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/EditorEasyMDE.vue b/src/components/EditorEasyMDE.vue
index 18319f25..33f42acb 100644
--- a/src/components/EditorEasyMDE.vue
+++ b/src/components/EditorEasyMDE.vue
@@ -225,7 +225,7 @@ export default {
})
.catch((error) => {
console.error(error)
- showError(t('notes', 'The file was not uploaded. Check your serverlogs.'),)
+ showError(t('notes', 'The file was not uploaded. Check your server logs.'),)
})
}
temporaryInput.click()