Skip to content

Commit

Permalink
feat: Change createButton to startButton
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Aug 29, 2023
1 parent 46cfb63 commit 9aa3de6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/Views/Switch User/CreateAccountView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct CreateAccountView: View {

Spacer()

MailButton(label: MailResourcesStrings.Localizable.buttonCreate) {
MailButton(label: MailResourcesStrings.Localizable.buttonStart) {
isPresentingCreateAccount.toggle()
}
.mailButtonFullWidth(true)
Expand Down
Binary file modified MailResources/Localizable/de.lproj/Localizable.strings
Binary file not shown.
Binary file modified MailResources/Localizable/en.lproj/Localizable.strings
Binary file not shown.
Binary file modified MailResources/Localizable/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified MailResources/Localizable/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified MailResources/Localizable/it.lproj/Localizable.strings
Binary file not shown.

0 comments on commit 9aa3de6

Please sign in to comment.