-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3319 from mzazrivec/missing_i18n_in_notif_drawer
Fix missing i18n in notification drawer (cherry picked from commit 50d1a9a) https://bugzilla.redhat.com/show_bug.cgi?id=1552751
- Loading branch information
1 parent
caee2ac
commit 531f717
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
app/views/static/notification_drawer/notification-subheading.html.haml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
%span.subheading-class | ||
-# TODO: i18n | ||
{{notificationGroup.unreadCount}} New | ||
{{customScope.unreadCountText(notificationGroup.unreadCount)}} |