fix: 🌐 copying origin: "remote" -> "origin"

This commit is contained in:
ThatOneCalculator 2023-07-25 18:29:24 -07:00
parent 03910d7173
commit 38a1b041a8
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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,