Server Confirmation Screen (#959)

* Add ServerConfirmationScreen.
This commit is contained in:
Doug
2023-05-30 10:31:18 +01:00
committed by GitHub
parent 7338fc998b
commit 7c4d0631df
56 changed files with 643 additions and 201 deletions

View File

@@ -87,7 +87,7 @@ struct SoftLogoutScreen: View {
.accessibilityIdentifier(A11yIdentifiers.softLogoutScreen.password)
Button { context.send(viewAction: .forgotPassword) } label: {
Text(UntranslatedL10n.softLogoutForgotPassword)
Text(L10n.actionForgotPassword)
.font(.compound.bodyLG)
}
.frame(maxWidth: .infinity, alignment: .trailing)