mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
Fix wording in DeployOverrideConfirmationModal.svelte (#5944)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
on:confirmed={() => confirmCallback()}
|
||||
>
|
||||
<div class="flex flex-col w-full space-y-4">
|
||||
<span>There was deployed new version while you were editing this one.</span>
|
||||
<span>A new version was deployed while you were editing this one.</span>
|
||||
{#if diffDrawer}
|
||||
<Button
|
||||
wrapperClasses="self-start"
|
||||
|
||||
Reference in New Issue
Block a user