We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98f110 commit 1fc81bcCopy full SHA for 1fc81bc
js/scripts.js
@@ -357,7 +357,7 @@ function buildTiles(list) {
357
var html = '';
358
if (list.length == 0) {
359
html = '<p id="plugin_formcreator_formlist">'
360
- + i18n.textdomain('formcreator').__('No form yet in this category', 'formcreator')
+ + i18n.textdomain('formcreator').__('No item yet in this category', 'formcreator')
361
+ '</p>'
362
+'<p id="plugin_formcreator_faqlist"></p>';
363
} else {
0 commit comments