Skip to content

Commit

Permalink
Update the text for endpoint details button
Browse files Browse the repository at this point in the history
  • Loading branch information
ppadti committed Oct 18, 2024
1 parent e385f43 commit a223359
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const InferenceServiceEndpoint: React.FC<InferenceServiceEndpointProps> = ({
}
>
<Button data-testid="internal-service-button" isInline variant="link">
Endpoint details (internal)
Internal endpoint details
</Button>
</Popover>
);
Expand Down Expand Up @@ -104,7 +104,7 @@ const InferenceServiceEndpoint: React.FC<InferenceServiceEndpointProps> = ({
}
>
<Button data-testid="internal-external-service-button" isInline variant="link">
Endpoint details (internal and external)
Internal and external endpoint details
</Button>
</Popover>
);
Expand Down

0 comments on commit a223359

Please sign in to comment.