Skip to content

Commit

Permalink
fix: New localize
Browse files Browse the repository at this point in the history
  • Loading branch information
lebojo committed Jan 9, 2025
1 parent c4bf2dc commit 20bf82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/Cache/Actions/ActionsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public class ActionsManager: ObservableObject {
if uniqueThreadCount == 1 {
return MailResourcesStrings.Localizable.snackbarThreadMoved(destinationFolderName)
} else {
return MailResourcesStrings.Localizable.snackbarThreadMovedPlural(destinationFolderName)
return MailResourcesStrings.Localizable.snackbarThreadsMoved(destinationFolderName)
}
}
}
Expand Down

0 comments on commit 20bf82d

Please sign in to comment.