Rewording of menu item.
This commit is contained in:
parent
a6bae61d79
commit
e2a16030d0
|
@ -165,7 +165,7 @@ export const TopMenu = function(props: { onClick?: () => void }) {
|
|||
{fullWidthSupport ? <ToggleOnIcon fontSize="small" /> : <ToggleOffIcon fontSize="small" />}
|
||||
</ListItemIcon>
|
||||
<ListItemText>
|
||||
{`Allow `}
|
||||
{fullWidthSupport ? `Disable ` : `Enable `}
|
||||
<Tooltip
|
||||
title="Minidiscs have 2 slots for titles - the default half-width one used for standard alphabet and half-width katakana, and full-width for hiragana and kanji."
|
||||
arrow
|
||||
|
|
Loading…
Reference in New Issue