Skip to content

Commit

Permalink
Tweak the edit alert message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucferbux committed Jun 2, 2023
1 parent 77fb34c commit 3f105f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ServingRuntimeTokenSection: React.FC<ServingRuntimeTokenSectionProps> = ({
</FormGroup>

{!allowCreate && (
<Alert variant="warning" isInline title="You need admin permission to edit this section." />
<Alert variant="warning" isInline title="Administrator permissions in this namespace are required to generate tokens." />

Check failure on line 69 in frontend/src/pages/modelServing/screens/projects/ServingRuntimeModal/ServingRuntimeTokenSection.tsx

View workflow job for this annotation

GitHub Actions / Integration-checks (18.x)

Replace `·variant="warning"·isInline·title="Administrator·permissions·in·this·namespace·are·required·to·generate·tokens."` with `⏎··········variant="warning"⏎··········isInline⏎··········title="Administrator·permissions·in·this·namespace·are·required·to·generate·tokens."⏎·······`
)}

{data.tokenAuth && (
Expand Down

0 comments on commit 3f105f7

Please sign in to comment.