Skip to content

Commit b670ec8

Browse files
author
Vinicius Reis
committed
✏️ (#2829): typofix
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
1 parent e8cbfb5 commit b670ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Menu/entries.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ export default [
187187
click: ({ $outlineActions }) => $outlineActions.toggle(),
188188
label: ({ $outlineState }) => {
189189
return $outlineState.visible
190-
? t('text', 'Hide Outline')
191-
: t('text', 'Show Outline')
190+
? t('text', 'Hide outline')
191+
: t('text', 'Show outline')
192192
},
193193
},
194194
],

0 commit comments

Comments
 (0)