fix: 🌐 copying origin: "remote" -> "origin"
This commit is contained in:
parent
03910d7173
commit
38a1b041a8
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue