We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef031cd commit 717db01Copy full SHA for 717db01
frontend/src/lib/components/WorkspaceDependenciesEditor.svelte
@@ -353,7 +353,7 @@ numpy>=1.24.0
353
{#if showWarning && currentImportedPath}
354
<DependenciesDeploymentWarning
355
importedPath={currentImportedPath}
356
- title={workspaceDependenciesType === 'workspace' ? "Default Dependencies Deployment" : "Deployment Warning"}
+ title={workspaceDependenciesType === 'workspace' ? "Redeploy impacted runnables?" : "Deployment Warning"}
357
confirmText={workspaceDependenciesType === 'workspace' ? "I'm Sure - Deploy Default" : "Deploy Anyway"}
358
onConfirm={confirmDeploy}
359
onCancel={cancelDeploy}
0 commit comments