Skip to content

Commit ea0348b

Browse files
committed
update error message
1 parent e7e1065 commit ea0348b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/sidebar/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export const Sidebar: FC = () => {
341341
return;
342342
}
343343
if (selectedProfile.IsEnvironmentDefined) {
344-
notify("Cannot remove environment-defined profiles", "error");
344+
notify("Cannot remove predefined profiles", "error");
345345
return;
346346
}
347347
if (selectedProfile.Id === current?.Id) {

0 commit comments

Comments
 (0)