Skip to content

Commit

Permalink
Merge branch 'main' into refactor/combine-state-dispatches
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath committed Jan 3, 2025
2 parents d9bf29e + 54618e0 commit 9ec8e28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/localization/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ const translation = {
"CredentialReceived": "received a credential",
"ProofRequestSent": "sent a proof request",
"ProofPresentationReceived": "has sent you information",
"ProofRequestReceived": "received a proof request",
"ProofRequestReceived": "has sent you a proof request",
"ProofRequestRejected": "rejected a proof request",
"ProofRequestRejectReceived": "rejected a proof request",
"ProofRequestSatisfied": "shared information",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/core/App/localization/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ const translation = {
"CredentialReceived": "reçu une attestation",
"ProofRequestSent": "envoyé une demande d'attestation",
"ProofPresentationReceived": "vous a envoyé des informations",
"ProofRequestReceived": "reçu une demande d'attestation",
"ProofRequestReceived": "has sent you a proof request (FR)",
"ProofRequestRejected": "rejeté une demande d'attestation",
"ProofRequestRejectReceived": "a rejeté une demande d'attestation",
"ProofRequestSatisfied": "informations partagées",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/core/App/localization/pt-br/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ const translation = {
"CredentialReceived": "recebeu uma credencial",
"ProofRequestSent": "enviou uma solicitação de prova",
"ProofPresentationReceived": "te enviou informações",
"ProofRequestReceived": "recebeu uma solicitação de prova",
"ProofRequestReceived": "has sent you a proof request (PT-BR)",
"ProofRequestRejected": "rejeitou uma solicitação de prova",
"ProofRequestRejectReceived": "rejeitou um pedido de prova",
"ProofRequestSatisfied": "informações compartilhadas",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/core/App/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ export function getProofEventRole(record: ProofExchangeRecord) {
case ProofState.PresentationReceived:
return Role.them
case ProofState.RequestReceived:
return Role.me
return Role.them
case ProofState.ProposalSent:
case ProofState.PresentationSent:
return Role.me
Expand Down

0 comments on commit 9ec8e28

Please sign in to comment.