Language improvements
Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
committed by
Graham Campbell
parent
81bbccb3c4
commit
08a016ff2b
@@ -20,7 +20,7 @@ class RssController extends Controller
|
||||
$feed = RssFacade::feed('2.0', 'UTF-8');
|
||||
$feed->channel([
|
||||
'title' => Setting::get('app_name'),
|
||||
'description' => 'Status Feed',
|
||||
'description' => trans('cachet.feed'),
|
||||
'link' => Setting::get('app_domain'),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user