diff --git a/public/language/en-GB/admin/extend/widgets.json b/public/language/en-GB/admin/extend/widgets.json index f2255b9395..ab9bfb4cdb 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 3d984516c1..e5271a3786 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]]