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
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2021-08-07 12:44:22 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-08-07 12:47:36 +0300
commit55f44ec658bb4682fc02e7d2b41af920cb9f20a1 (patch)
tree0124784bae3602936b4d4607bc1951ccd30ebe4f /src/components
parente191f360f89b5d8fd97458d69242edb8e84ebaa9 (diff)
change wording for conflicts
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Note.vue b/src/components/Note.vue
index 92c45a09..a1bad1ca 100644
--- a/src/components/Note.vue
+++ b/src/components/Note.vue
@@ -8,7 +8,7 @@
<Modal v-if="note.conflict && showConflict" size="full" @close="showConflict=false">
<div class="conflict-modal">
<div class="conflict-header">
- {{ t('notes', 'The note has been changed in another session. Please choose which content should be saved.') }}
+ {{ t('notes', 'The note has been changed in another session. Please choose which version should be saved.') }}
</div>
<div class="conflict-solutions">
<ConflictSolution