From 07388d3c62ddc8cac1e6d0d0c00e2931942ddfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Grutle?= Date: Thu, 30 May 2024 08:12:00 +0200 Subject: [PATCH 1/2] chore(edit): rephrase --- .../app/(admin)/edit/[id]/components/Buttons/Copy.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx b/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx index 2af50b9ad..b2fc45b6b 100644 --- a/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx +++ b/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx @@ -17,17 +17,17 @@ function Copy({ type, bid }: { type?: 'button' | 'icon'; bid?: string }) { return ( ) } return ( - - + + From c3b8b5664d0dae2661591c5c8ce95d83d7b49a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Grutle?= Date: Thu, 30 May 2024 15:22:39 +0200 Subject: [PATCH 2/2] chore(edit): rephrase --- next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx b/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx index b2fc45b6b..7ac11da3e 100644 --- a/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx +++ b/next-tavla/app/(admin)/edit/[id]/components/Buttons/Copy.tsx @@ -20,7 +20,7 @@ function Copy({ type, bid }: { type?: 'button' | 'icon'; bid?: string }) { aria-label="Kopier lenken til tavlen" onClick={copy} > - Kopier lenken til tavlen + Kopier lenke )