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:
Diffstat (limited to 'src/components/Note.vue')
-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