Skip to content

Commit

Permalink
Update packages/dashboard-frontend/src/containers/FactoryLoader/index…
Browse files Browse the repository at this point in the history
….tsx

Co-authored-by: Serhii Leshchenko <sleshche@redhat.com>
  • Loading branch information
olexii4 and sleshchenko committed Jul 15, 2021
1 parent e6481d5 commit ab26654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class FactoryLoaderContainer extends React.PureComponent<Props, State> {
if (this.isCreatePolicy(policy)) {
return policy;
}
this.showAlert(`Unsupported create policy ${policy} is specified while the only following are supported: peruser, perclick. Please fix 'policies.create' parameter and try again.`);
this.showAlert(`Unsupported create policy '${policy}' is specified while the only following are supported: peruser, perclick. Please fix 'policies.create' parameter and try again.`);
return undefined;
}

Expand Down

0 comments on commit ab26654

Please sign in to comment.