Browse Source

Update scripts tooltip help text

Sergiu Miclea 5 years ago
parent
commit
0aec4422c4
1 changed files with 1 additions and 1 deletions
  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 ? (