mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-06 15:38:33 -05:00
Fix i18n string for errors in feed management
See https://github.com/FreshRSS/FreshRSS/issues/755
This commit is contained in:
@@ -108,7 +108,7 @@ class FreshRSS_subscription_Controller extends Minz_ActionController {
|
||||
|
||||
Minz_Request::good(_t('feedback.sub.feed.updated'), array('c' => 'subscription', 'params' => array('id' => $id)));
|
||||
} else {
|
||||
Minz_Request::bad(_t('feedback.sub.error'), array('c' => 'subscription'));
|
||||
Minz_Request::bad(_t('feedback.sub.feed.error'), array('c' => 'subscription'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user