diff --git a/resources/js/v5/Pages/Dashboard.tsx b/resources/js/v5/Pages/Dashboard.tsx index e994edfa4..1971a51a4 100644 --- a/resources/js/v5/Pages/Dashboard.tsx +++ b/resources/js/v5/Pages/Dashboard.tsx @@ -1262,7 +1262,7 @@ function normalizeConnection(connection: V5ResourceConnection): CanvasConnection disabled={isCreating || nginxServers.length === 0} className="rounded-lg bg-warning px-3 py-2 text-sm font-semibold text-black transition hover:bg-warning/90 disabled:cursor-not-allowed disabled:opacity-60" > - {isCreating ? 'Adding nginx…' : 'Add nginx'} + {isCreating ? 'Deploying…' : 'Deploy'}