From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- app/Controllers/Http/DashboardController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Controllers/Http/DashboardController.js') diff --git a/app/Controllers/Http/DashboardController.js b/app/Controllers/Http/DashboardController.js index 84a88a9..e7c38c2 100644 --- a/app/Controllers/Http/DashboardController.js +++ b/app/Controllers/Http/DashboardController.js @@ -222,14 +222,14 @@ class DashboardController { try { file = JSON.parse(request.input('file')); } catch (e) { - session.flash({ type: 'danger', message: 'Invalid Ferdi account file' }); + session.flash({ type: 'danger', message: 'Invalid Ferdium account file' }); return response.redirect('back'); } if (!file || !file.services || !file.workspaces) { session.flash({ type: 'danger', - message: 'Invalid Ferdi account file (2)', + message: 'Invalid Ferdium account file (2)', }); return response.redirect('back'); } -- cgit v1.2.3-70-g09d2