mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-24 00:07:59 -04:00
Improve notifications: notificationName (#7287)
* notificationID * 3 first examples * fix * notificationID -> notificationName * Update lib/Minz/Request.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
@@ -918,7 +918,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController {
|
||||
// Redirect to the main page with correct notification.
|
||||
Minz_Request::good(_t('feedback.sub.feed.actualized', $feed->name()), [
|
||||
'params' => ['get' => 'f_' . $id]
|
||||
]);
|
||||
], 'actualizeAction');
|
||||
} elseif ($nbUpdatedFeeds >= 1) {
|
||||
Minz_Request::good(_t('feedback.sub.feed.n_actualized', $nbUpdatedFeeds), []);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user