From 1d4e803cdff3ba10f33f3ca9e856921d85c1fed9 Mon Sep 17 00:00:00 2001 From: oliviareichl Date: Thu, 10 Oct 2024 16:11:07 +0200 Subject: [PATCH] refactor: change text of copy button to 'Permalink' --- messages/de/common.json | 2 +- messages/en/common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/de/common.json b/messages/de/common.json index 6297af67..97bee6bb 100644 --- a/messages/de/common.json +++ b/messages/de/common.json @@ -82,7 +82,7 @@ "EntitySidebar": { "NextFeature": "Nächste Funktion", "PreviousFeature": "Vorheriges Feature", - "copy": "Kopiere Zitation", + "copy": "Permalink", "copied": "Kopiert!" }, "ErrorBoundary": { diff --git a/messages/en/common.json b/messages/en/common.json index e04c32c2..a353d0e8 100644 --- a/messages/en/common.json +++ b/messages/en/common.json @@ -82,7 +82,7 @@ "EntitySidebar": { "NextFeature": "NextFeature", "PreviousFeature": "Previous Feature", - "copy": "Copy Citation", + "copy": "Permalink", "copied": "Copied!" }, "ErrorBoundary": {