Fixed cients spelling mistake

This commit is contained in:
mtoohey31 2021-01-16 22:51:37 -05:00
parent bed286da1b
commit cfb977e654
3 changed files with 3 additions and 3 deletions

View file

@ -1149,7 +1149,7 @@ Tap the + to start adding people.";
"device_verification_self_verify_wait_title" = "Complete security"; "device_verification_self_verify_wait_title" = "Complete security";
"device_verification_self_verify_wait_new_sign_in_title" = "Verify this login"; "device_verification_self_verify_wait_new_sign_in_title" = "Verify this login";
"device_verification_self_verify_wait_information" = "Verify this session from one of your other sessions, granting it access to encrypted messages.\n\nUse the latest Element on your other devices:"; "device_verification_self_verify_wait_information" = "Verify this session from one of your other sessions, granting it access to encrypted messages.\n\nUse the latest Element on your other devices:";
"device_verification_self_verify_wait_additional_information" = "This works with Element and other cross-signing capable Matrix cients."; "device_verification_self_verify_wait_additional_information" = "This works with Element and other cross-signing capable Matrix clients.";
"device_verification_self_verify_wait_recover_secrets_without_passphrase" = "Use Recovery Key"; "device_verification_self_verify_wait_recover_secrets_without_passphrase" = "Use Recovery Key";
"device_verification_self_verify_wait_recover_secrets_with_passphrase" = "Use Recovery Passphrase or Key"; "device_verification_self_verify_wait_recover_secrets_with_passphrase" = "Use Recovery Passphrase or Key";
"device_verification_self_verify_wait_recover_secrets_additional_information" = "If you can't access an existing session"; "device_verification_self_verify_wait_recover_secrets_additional_information" = "If you can't access an existing session";

View file

@ -954,7 +954,7 @@ internal enum VectorL10n {
internal static var deviceVerificationSelfVerifyStartWaiting: String { internal static var deviceVerificationSelfVerifyStartWaiting: String {
return VectorL10n.tr("Vector", "device_verification_self_verify_start_waiting") return VectorL10n.tr("Vector", "device_verification_self_verify_start_waiting")
} }
/// This works with Element and other cross-signing capable Matrix cients. /// This works with Element and other cross-signing capable Matrix clients.
internal static var deviceVerificationSelfVerifyWaitAdditionalInformation: String { internal static var deviceVerificationSelfVerifyWaitAdditionalInformation: String {
return VectorL10n.tr("Vector", "device_verification_self_verify_wait_additional_information") return VectorL10n.tr("Vector", "device_verification_self_verify_wait_additional_information")
} }

View file

@ -66,7 +66,7 @@ Use the latest Riot on your other devices:</string>
<constraint firstAttribute="width" constant="320" id="TyM-5Y-YSw"/> <constraint firstAttribute="width" constant="320" id="TyM-5Y-YSw"/>
</constraints> </constraints>
</stackView> </stackView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="This works with Element and other cross-signing capable Matrix cients." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LnW-1H-Ltq"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="This works with Element and other cross-signing capable Matrix clients." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LnW-1H-Ltq">
<rect key="frame" x="20" y="232" width="335" height="33.5"/> <rect key="frame" x="20" y="232" width="335" height="33.5"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/> <fontDescription key="fontDescription" type="system" pointSize="14"/>
<nil key="textColor"/> <nil key="textColor"/>