Skip to content

Commit

Permalink
Refine the copy of the 'Editing enabled' banner
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <git@axelboberg.se>
  • Loading branch information
axelboberg committed May 11, 2023
1 parent 00b5825 commit e9ed030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Grid/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function Grid ({ children, data = {}, onChange }) {
}
{
userIsEditingLayout &&
<Notification title='Editing enabled' description='Add and remove items by right clicking' />
<Notification title='Editing enabled' description='Right click to manage items' />
}
<Modal open={modalItemId} onClose={() => setModalItemId(undefined)} size='small' shade={false} draggable>
<WidgetSelector
Expand Down

0 comments on commit e9ed030

Please sign in to comment.