Skip to content

Commit

Permalink
Merge pull request #1396 from kubeshop/devcatalin/chore/fix-tooltips
Browse files Browse the repository at this point in the history
chore: change "apply" to "deploy" in tooltips
  • Loading branch information
devcatalin authored Feb 22, 2022
2 parents 76c5dd5 + 8c45efd commit 3e120ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/tooltips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ export const ReloadKustomizationPreviewTooltip = 'Reload the preview of this Kus
export const HelmPreviewTooltip = 'Preview the Helm Chart with this values file';
export const ReloadHelmPreviewTooltip = 'Reload the Helm Chart preview with this values file';
export const ExitHelmPreviewTooltip = 'Exit Helm Chart preview (Escape)';
export const ApplyFileTooltip = `Apply this file to your configured cluster (${KEY_CTRL_CMD}+ALT+S)`;
export const ApplyTooltip = `Apply this resource to your configured cluster (${KEY_CTRL_CMD}+ALT+S)`;
export const ApplyFileTooltip = `Deploy this file to your configured cluster (${KEY_CTRL_CMD}+ALT+S)`;
export const ApplyTooltip = `Deploy this resource to your configured cluster (${KEY_CTRL_CMD}+ALT+S)`;
export const DiffTooltip = `Diff this resource against your configured cluster (${KEY_CTRL_CMD}+ALT+D)`;
export const NamespacesFilterTooltip = 'Filter visible resources on selected namespace';
export const KubeconfigPathTooltip = 'The path to the kubeconfig to use for cluster/kubectl commands';
export const AddInclusionPatternTooltip = 'Add pattern for files that contain resource manifests';
export const AddExclusionPatternTooltip = 'Add pattern for files/folders to exclude when scanning for resources';
export const HelmPreviewModeTooltip = 'Set which Helm command to use when generating Helm previews';
export const KustomizeCommandTooltip = 'Set how to invoke kustomize when previewing and applying kustomization files';
export const KustomizeCommandTooltip = 'Set how to invoke kustomize when previewing and deploying kustomization files';
export const AutoLoadLastFolderTooltip = 'Load last folder when starting Monokle';
export const SaveUnsavedResourceTooltip = 'Save resource to file/folder';
export const AutoLoadLastProjectTooltip = 'Load last project when starting Monokle';
Expand Down

0 comments on commit 3e120ae

Please sign in to comment.