2
0
Эх сурвалжийг харах

Update the message for uneditable Replicas.

Nashwan Azhari 5 жил өмнө
parent
commit
54bb794c8a

+ 1 - 1
src/components/pages/ReplicaDetailsPage/ReplicaDetailsPage.tsx

@@ -512,7 +512,7 @@ class ReplicaDetailsPage extends React.Component<Props, State> {
   }
 
   render() {
-    const editTitle = providerStore.providersLoading ? 'Loading providers data' : !this.state.isEditable ? 'At least one of the providers doesn\'t support editing' : null
+    const editTitle = providerStore.providersLoading ? 'Loading providers data' : !this.state.isEditable ? 'One of the platform plugins doesn\'t support editing replica option.' : null
     const dropdownActions: DropdownAction[] = [
       {
         label: 'Execute',