This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Change the secure text interpolation on the OnboardingConfirmation
screen
#1061
Milestone
Currently, we are assuming that the localized version of
256-bit encryption
in our string constants will always line up with the localized version of the Storyboard string. Rather than using any strings from theOnboardingConfirmation.storyboard
, this ticket will see creating a new strings with base values ofSync between devices with secure %@
and256-bit encryption
, allowing us to safely a) interpolate the link text and b) know that the link text will have arange
in the destination string to be "linked" to.The text was updated successfully, but these errors were encountered: