Skip to content

Commit

Permalink
Fix old QR code error message (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Jun 13, 2024
1 parent 2ba49ae commit 8cd380f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ extension AlertState<NewConnection.Destination.Action.ErrorAlert> {
TextState(L10n.Common.dismiss)
}
} message: {
TextState(L10n.LinkedConnectors.incorrectQrMessage)
TextState(L10n.LinkedConnectors.oldQRErrorMessage)
}
}
}

0 comments on commit 8cd380f

Please sign in to comment.