Skip to content

Commit 5719a49

Browse files
committed
Fix label
1 parent d44d351 commit 5719a49

File tree

1 file changed

+1
-1
lines changed
  • packages/playground/website/src/components/site-manager/start-similar-site-button

1 file changed

+1
-1
lines changed

packages/playground/website/src/components/site-manager/start-similar-site-button/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function StartSimilarSiteButton({
9393
</ConfirmDialog>
9494
{isModalOpen && (
9595
<Modal
96-
title="Edit Playground setting"
96+
title="Edit Playground settings"
9797
onRequestClose={() => setModalOpen(false)}
9898
>
9999
<SiteSettingsForm

0 commit comments

Comments
 (0)