From 334be11382c77456183d5ed33c1e2265f9583acd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 18 Aug 2020 21:39:10 -0400 Subject: [PATCH] fix: no-widgets messaging in ACP + copy --- public/language/en-GB/admin/extend/widgets.json | 2 +- src/views/admin/extend/widgets.tpl | 2 +- test/api.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/language/en-GB/admin/extend/widgets.json b/public/language/en-GB/admin/extend/widgets.json index f2255b9395f4..ab9bfb4cdb6e 100644 --- a/public/language/en-GB/admin/extend/widgets.json +++ b/public/language/en-GB/admin/extend/widgets.json @@ -1,7 +1,7 @@ { "available": "Available Widgets", "explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.", - "none-installed": "No widgets found! Activate the essential widgets plugin in the plugins control panel.", + "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.", "clone-from": "Clone widgets from", "containers.available": "Available Containers", "containers.explanation": "Drag and drop on top of any active widget", diff --git a/src/views/admin/extend/widgets.tpl b/src/views/admin/extend/widgets.tpl index 3d984516c133..e5271a378664 100644 --- a/src/views/admin/extend/widgets.tpl +++ b/src/views/admin/extend/widgets.tpl @@ -33,7 +33,7 @@

[[admin/extend/widgets:explanation]]

-
[[none-installed, {config.relative_path}/admin/extend/plugins]]
+
[[admin/extend/widgets:none-installed, {config.relative_path}/admin/extend/plugins]]