Skip to content

Commit

Permalink
fix(wizard): bad label when searching KB items
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 5, 2022
1 parent f98f110 commit 1fc81bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ function buildTiles(list) {
var html = '';
if (list.length == 0) {
html = '<p id="plugin_formcreator_formlist">'
+ i18n.textdomain('formcreator').__('No form yet in this category', 'formcreator')
+ i18n.textdomain('formcreator').__('No item yet in this category', 'formcreator')
+ '</p>'
+'<p id="plugin_formcreator_faqlist"></p>';
} else {
Expand Down

0 comments on commit 1fc81bc

Please sign in to comment.