From 32a174c826441b4113e949d563f3c088dd26af69 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 20:16:27 +0000 Subject: [PATCH] Simplify destination helper copy on the link detail page. --- resources/views/links/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/links/show.blade.php b/resources/views/links/show.blade.php index 2c3b2aa..41db38f 100644 --- a/resources/views/links/show.blade.php +++ b/resources/views/links/show.blade.php @@ -15,7 +15,7 @@

- Your short link never changes. Update the destination anytime — the next click goes to the new URL. + You can change the destination anytime.

@if ($link->is_managed_here)