From fcc198a7446a9c5930dfdbbbdcc4e0c89a04acd1 Mon Sep 17 00:00:00 2001 From: korelstar Date: Sat, 14 Sep 2019 11:00:31 +0200 Subject: [PATCH] fix fullscreen wording --- src/components/Note.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}