فهرست منبع

Merge pull request #628 from smiclea/scripts-text

Update scripts tooltip help text CORWEB-224
Nashwan Azhari 5 سال پیش
والد
کامیت
879cec7b06
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/organisms/WizardScripts/WizardScripts.tsx

+ 1 - 1
src/components/organisms/WizardScripts/WizardScripts.tsx

@@ -315,7 +315,7 @@ class WizardScripts extends React.Component<Props> {
           {!this.props.loadingInstances ? (
             <InfoIconStyled
               layout={this.props.layout}
-              text="Specify user scripts that will run during OS morphing for a particular instance"
+              text="Specify user scripts that will run during OS morphing for a particular instance. These override the uploaded global scripts."
             />
           ) : null}
           {this.props.loadingInstances ? (