We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e2f61 commit 2099c92Copy full SHA for 2099c92
src/components/app/details/main.tsx
@@ -150,7 +150,7 @@ export default function AppDetailsPage({ isV2 }: AppDetailsProps) {
150
return toast.info(
151
<ToastBody
152
title={`Cannot ${action} filter`}
153
- subtitle={`You can ${action} a filter with only those applications for which you have admin/manager permission.`}
+ subtitle={`You can ${action} a filter with only those environments for which you have admin/manager permission.`}
154
/>,
155
{
156
className: 'devtron-toast unauthorized',
0 commit comments