diff --git a/src/components/Note.vue b/src/components/Note.vue index 56653d6cb..7d9b9cefc 100644 --- a/src/components/Note.vue +++ b/src/components/Note.vue @@ -35,7 +35,7 @@ :class="{ active: fullscreen }" @click="onToggleDistractionFree" > - {{ t('notes', 'Fullscreen') }} + {{ fullscreen ? t('notes', 'Exit full screen') : t('notes', 'Full screen') }}