Skip to content

Commit

Permalink
fix: change alert message for read-only page
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Nov 17, 2024
1 parent c959e22 commit 95f332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ const EditorWithScene = props => {
{scene.page.readonly && (
<div className="absolute top-0 left-half pt-4 z-30 flex gap-2 translate-x-half-n pointer-events-none">
<Alert variant="warning" icon="lock">
This page is on <b>Read-Only</b> mode.
This page is <b>Read-Only</b>.
</Alert>
</div>
)}
Expand Down

0 comments on commit 95f332c

Please sign in to comment.