Skip to content

Commit

Permalink
fix: Accessibility added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed Jul 4, 2023
1 parent df514b8 commit fa9915f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mail/Views/Menu Drawer/Folders/FolderCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ struct FolderCellContent: View {
.textStyle(.bodySmallMediumAccent)
} else if folder.remoteUnreadCount > 0 {
UnreadIndicatorView()
.accessibilityLabel(MailResourcesStrings.Localizable.contentDescriptionUnreadPastille)
}
}
} else if isCurrentFolder {
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 fa9915f

Please sign in to comment.