From 0914052b565e9a223189ef3f55e6acdca1e68af6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:55:13 +0200 Subject: [PATCH] fix(v5): rename nginx action to deploy --- resources/js/v5/Pages/Dashboard.tsx | 4 ++-- tests/Feature/V5/DashboardTest.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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'}