From dbdeab00db0a44cd1c252a3bfe4c65ac556af19c Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sun, 25 Aug 2019 13:55:15 +0200 Subject: Fix announcement --- app/Controllers/Http/StaticController.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app/Controllers') diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js index 70f2d7f..17b641f 100644 --- a/app/Controllers/Http/StaticController.js +++ b/app/Controllers/Http/StaticController.js @@ -214,10 +214,11 @@ class StaticController { } // Show announcements - announcement({ response, params }) { - return response.send({ - 'en-US': 'You are using an unofficial Franz Server.' - }); + announcement({ + response, + params + }) { + return response.send('No announcement found.'); } } -- cgit v1.2.3-54-g00ecf