From e7fb78dc1e58be0353ed0b836d600df0dce5a028 Mon Sep 17 00:00:00 2001 From: jubnl Date: Tue, 21 Apr 2026 22:27:11 +0200 Subject: [PATCH] fix(journey/settings): translate 'Remove share link' button using share.deleteLink key --- client/src/pages/JourneyDetailPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/JourneyDetailPage.tsx b/client/src/pages/JourneyDetailPage.tsx index efc1e309..f8e3db24 100644 --- a/client/src/pages/JourneyDetailPage.tsx +++ b/client/src/pages/JourneyDetailPage.tsx @@ -2981,7 +2981,7 @@ function JourneyShareSection({ journeyId }: { journeyId: number }) { onClick={deleteLink} className="text-[11px] font-medium text-red-500 hover:text-red-600 self-start" > - Remove share link + {t('share.deleteLink')} )}