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 da6e7fe commit f469d04
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 @@ -452,7 +452,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 f469d04

Please sign in to comment.