Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
✏️ (#2829): typofix
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis authored and vinicius73 committed Sep 5, 2022
commit e75bd9b86325c47d61c5a52d91d6e0116bd06fa3
4 changes: 2 additions & 2 deletions src/components/Menu/entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ export default [
click: ({ $outlineActions }) => $outlineActions.toggle(),
label: ({ $outlineState }) => {
return $outlineState.visible
? t('text', 'Hide Outline')
: t('text', 'Show Outline')
? t('text', 'Hide outline')
: t('text', 'Show outline')
},
},
],
Expand Down