Skip to content

Commit

Permalink
refactor: Message to plural
Browse files Browse the repository at this point in the history
  • Loading branch information
lebojo committed Jan 9, 2025
1 parent cebbf2b commit 3af9b99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ struct ActionsPanelViewModifier: ViewModifier {
.customAlert(item: $flushAlert) { item in
FlushFolderAlertView(flushAlert: item, folder: originFolder)
}
.customAlert(item: $messagesToDownload) { message in
ConfirmationSaveThreadInKdrive(targetMessages: message)
.customAlert(item: $messagesToDownload) { messages in
ConfirmationSaveThreadInKdrive(targetMessages: messages)
}
.sheet(item: $shareMailLink) { shareMailLinkResult in
if #available(iOS 16.0, *) {
Expand Down

0 comments on commit 3af9b99

Please sign in to comment.