Skip to content

Commit 7cad1d0

Browse files
committed
warning title change
1 parent 609056b commit 7cad1d0

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/pages/modelServing/screens/projects/InferenceServiceModal

1 file changed

+1
-1
lines changed

frontend/src/pages/modelServing/screens/projects/InferenceServiceModal/PVCSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const PvcSelect: React.FC<PvcSelectProps> = ({
8888
</StackItem>
8989
{selectedPVC && accessMode !== AccessMode.RWX && (
9090
<StackItem>
91-
<Alert variant="warning" title="Warning" isInline>
91+
<Alert variant="warning" title="Storage access mode warning" isInline>
9292
The access mode of the selected cluster storage is not <strong>ReadWriteMany</strong>.
9393
This can prevent replicas from working as expected.
9494
</Alert>

0 commit comments

Comments
 (0)