fix icon position and make string translatable

This commit is contained in:
Mario Vavti
2018-02-26 20:17:53 +01:00
parent f8f69767b7
commit 3bd2288ea9
3 changed files with 21 additions and 9 deletions

View File

@@ -23,7 +23,8 @@ class Notifications {
'label' => t('Mark all notifications read')
],
'filter' => [
'label' => t('Show new posts only')
'posts_label' => t('Show new posts only'),
'name_label' => t('Filter by name')
]
];
@@ -41,7 +42,8 @@ class Notifications {
'label' => t('Mark all notifications seen')
],
'filter' => [
'label' => t('Show new posts only')
'posts_label' => t('Show new posts only'),
'name_label' => t('Filter by name')
]
];
@@ -136,7 +138,8 @@ class Notifications {
'label' => t('Mark all notifications seen')
],
'filter' => [
'label' => t('Show new posts only')
'posts_label' => t('Show new posts only'),
'name_label' => t('Filter by name')
]
];
}