From e2a16030d07509afb6a8f9c2f8a67aefc696397d Mon Sep 17 00:00:00 2001 From: Stefano Brilli Date: Mon, 19 Jul 2021 11:39:55 +0200 Subject: [PATCH] Rewording of menu item. --- src/components/topmenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/topmenu.tsx b/src/components/topmenu.tsx index 282c3c4..d2730ac 100644 --- a/src/components/topmenu.tsx +++ b/src/components/topmenu.tsx @@ -165,14 +165,14 @@ export const TopMenu = function(props: { onClick?: () => void }) { {fullWidthSupport ? : } - {`Allow `} + {fullWidthSupport ? `Disable ` : `Enable `} Full-Width - {`Title Editing`} + {` Title Editing`} );