Skip to content

Commit

Permalink
fix: Rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed Jul 13, 2023
1 parent 1d58730 commit f109eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mail/Views/Alerts/DetachMailboxConfirmationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct DetachMailboxConfirmationView: View {

var body: some View {
VStack(alignment: .leading, spacing: 24) {
Text(MailResourcesStrings.Localizable.buttonDetachMailbox)
Text(MailResourcesStrings.Localizable.popupDetachMailboxTitle)
.textStyle(.bodyMedium)
Text(attributedString())
.textStyle(.bodySecondary)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct UpdateMailboxPasswordView: View {
.textStyle(.bodySecondary)
MailButton(label: MailResourcesStrings.Localizable.buttonDetachMailbox) {
matomo.track(eventWithCategory: .invalidPasswordMailbox, name: "detachMailbox")
isShowingDetachMailboxAlertView.toggle()
isShowingDetachMailboxAlertView = true
}
.mailButtonStyle(.link)
.disabled(isLoading)
Expand Down

0 comments on commit f109eb7

Please sign in to comment.