Skip to content

Commit

Permalink
fix: no-widgets messaging in ACP + copy
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 19, 2020
1 parent 346db0d commit 334be11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 <a href=\"%1\">plugins</a> control panel.",
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
"clone-from": "Clone widgets from",
"containers.available": "Available Containers",
"containers.explanation": "Drag and drop on top of any active widget",
Expand Down
2 changes: 1 addition & 1 deletion src/views/admin/extend/widgets.tpl
Expand Up @@ -33,7 +33,7 @@
<div class="available-widgets">
<p>[[admin/extend/widgets:explanation]]</p>
<!-- IF !availableWidgets.length -->
<div class="alert alert-info">[[none-installed, {config.relative_path}/admin/extend/plugins]]</div>
<div class="alert alert-info">[[admin/extend/widgets:none-installed, {config.relative_path}/admin/extend/plugins]]</div>
<!-- ENDIF !availableWidgets.length -->
<p>
<select id="widget-selector" class="form-control">
Expand Down
2 changes: 1 addition & 1 deletion test/api.js
Expand Up @@ -66,7 +66,7 @@ describe('Read API', async () => {
await socketUser.exportPosts({ uid: adminUid }, { uid: adminUid });
await socketUser.exportUploads({ uid: adminUid }, { uid: adminUid });
// wait for export child process to complete
await wait(20000);
// await wait(20000);

// Attach a search hook so /api/search is enabled
plugins.registerHook('core', {
Expand Down

0 comments on commit 334be11

Please sign in to comment.