diff options
| author | 2024-12-03 12:59:45 +0100 | |
|---|---|---|
| committer | 2024-12-03 12:59:45 +0100 | |
| commit | 2c7e5b829fb60e2b62771e918b91c1f86aedb2f0 (patch) | |
| tree | c475f95e78e8b7c0e917aea00fa0aae2f3eb26b1 /app/i18n/id/sub.php | |
| parent | b84cbce9056989f9936240809cbe156c2e6b4759 (diff) | |
New button to delete errored feeds from a category (#7030)
* New button to delete errored feeds from a category
fix https://github.com/FreshRSS/FreshRSS/issues/7025
fix https://github.com/FreshRSS/FreshRSS/issues/7026
* Remove English TODO
* in error state
* Feeds with errors
Diffstat (limited to 'app/i18n/id/sub.php')
| -rw-r--r-- | app/i18n/id/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/id/sub.php b/app/i18n/id/sub.php index de1b171c7..023978fc7 100644 --- a/app/i18n/id/sub.php +++ b/app/i18n/id/sub.php @@ -193,7 +193,7 @@ return array( ), 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO 'method_postparams' => 'Payload for POST', // TODO - 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.', // TODO + 'moved_category_deleted' => 'When you remove a category, its feeds are automatically classified under <em>%s</em>.', // TODO 'mute' => array( '_' => 'mute', // TODO 'state_is_muted' => 'This feed is muted', // TODO |
