Skip to content

Commit 9dd934a

Browse files
committed
fix: Edit Mode -> Edit in Project Information badge
1 parent 55372ec commit 9dd934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ProjectForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default function ProjectForm({
191191
>
192192
<EditIcon style={{ p: 1 }} />
193193
<Typography sx={{ p: 1, fontSize: '14px', fontWeight: '600' }}>
194-
{editMode ? 'Cancel' : 'Edit Mode'}
194+
{editMode ? 'Cancel' : 'Edit'}
195195
</Typography>
196196
</Box>
197197
);

0 commit comments

Comments
 (0)