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

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Sokolowski <github@sokolowski.org>2021-09-21 09:47:23 +0300
committerGitHub <noreply@github.com>2021-09-21 09:47:23 +0300
commit75af6af2e7eb8de3c78e2132b1ea222c112a5731 (patch)
tree9ffe025c4515b1adf872348ca432ee6370c007ce
parent86833d298384a0a15462999191e185fa9eded86f (diff)
Typo copyngJSoko-patch-1
Changed typo copyng to copying
-rw-r--r--src/components/LoadingModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LoadingModal.vue b/src/components/LoadingModal.vue
index 65366bed..3453ec0d 100644
--- a/src/components/LoadingModal.vue
+++ b/src/components/LoadingModal.vue
@@ -20,7 +20,7 @@ export default {
deleteSelection: this.t('bookmarks', 'Deleting selection'),
importBookmarks: this.t('bookmarks', 'Importing bookmarks'),
moveSelection: this.t('bookmkarks', 'Moving selection'),
- copySelection: this.t('bookmkarks', 'Copyng selection'),
+ copySelection: this.t('bookmkarks', 'Copying selection'),
},
showModal: false,
showTimeout: null,