From 38a1b041a8a26dc642d227cba404546ad6ed7028 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 25 Jul 2023 18:29:24 -0700 Subject: [PATCH] fix: :globe_with_meridians: copying origin: "remote" -> "origin" --- locales/en-US.yml | 1 + packages/client/src/scripts/get-note-menu.ts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index aa7b7ecf4..1285f35a5 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1125,6 +1125,7 @@ removeQuote: "Remove quote" removeRecipient: "Remove recipient" removeMember: "Remove member" verifiedLink: "Verified link" +origin: "Origin" _sensitiveMediaDetection: description: "Reduces the effort of server moderation through automatically recognizing diff --git a/packages/client/src/scripts/get-note-menu.ts b/packages/client/src/scripts/get-note-menu.ts index 628c9a347..76c4b97eb 100644 --- a/packages/client/src/scripts/get-note-menu.ts +++ b/packages/client/src/scripts/get-note-menu.ts @@ -361,7 +361,7 @@ export function getNoteMenu(props: { appearNote.url || appearNote.uri ? { icon: "ph-link-simple ph-bold ph-lg", - text: `${i18n.ts.copyLink} (${i18n.ts.remote})`, + text: `${i18n.ts.copyLink} (${i18n.ts.origin})`, action: copyOriginal, } : undefined, @@ -465,7 +465,7 @@ export function getNoteMenu(props: { appearNote.url || appearNote.uri ? { icon: "ph-link-simple ph-bold ph-lg", - text: `${i18n.ts.copyLink} (${i18n.ts.remote})`, + text: `${i18n.ts.copyLink} (${i18n.ts.origin})`, action: copyOriginal, } : undefined,