From 4e29f21f5a99ca5a3f45e6591defe1c3274dca8f Mon Sep 17 00:00:00 2001 From: Emrys Date: Mon, 17 Jun 2019 01:40:16 +0100 Subject: [PATCH] added missing translation placeholders made 'view' link goto alias version if available --- Views/dashboard_list.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Views/dashboard_list.php b/Views/dashboard_list.php index 79ceb63..3e523f5 100644 --- a/Views/dashboard_list.php +++ b/Views/dashboard_list.php @@ -201,7 +201,9 @@ function getTranslations(){ 'Edit this dashboard layout': "", 'Delete this dashboard': "…", 'View this dashboard': "…", - 'Edit Layout': "" + 'Edit Layout': "", + 'No dashboards created': "", + 'Maybe you would like to add your first dashboard using the button bellow.': "" } } @@ -216,7 +218,7 @@ function getTranslations(){