Skip to content

Commit 2099c92

Browse files
fix: toast err msg
1 parent 70e2f61 commit 2099c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/details/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function AppDetailsPage({ isV2 }: AppDetailsProps) {
150150
return toast.info(
151151
<ToastBody
152152
title={`Cannot ${action} filter`}
153-
subtitle={`You can ${action} a filter with only those applications for which you have admin/manager permission.`}
153+
subtitle={`You can ${action} a filter with only those environments for which you have admin/manager permission.`}
154154
/>,
155155
{
156156
className: 'devtron-toast unauthorized',

0 commit comments

Comments
 (0)