Skip to content

Commit 1fc81bc

Browse files
committed
fix(wizard): bad label when searching KB items
1 parent f98f110 commit 1fc81bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ function buildTiles(list) {
357357
var html = '';
358358
if (list.length == 0) {
359359
html = '<p id="plugin_formcreator_formlist">'
360-
+ i18n.textdomain('formcreator').__('No form yet in this category', 'formcreator')
360+
+ i18n.textdomain('formcreator').__('No item yet in this category', 'formcreator')
361361
+ '</p>'
362362
+'<p id="plugin_formcreator_faqlist"></p>';
363363
} else {

0 commit comments

Comments
 (0)