We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6e7fe commit f469d04Copy full SHA for f469d04
js/scripts.js
@@ -452,7 +452,7 @@ function buildTiles(list) {
452
var html = '';
453
if (list.length == 0) {
454
html = '<p id="plugin_formcreator_formlist">'
455
- + i18n.textdomain('formcreator').__('No form yet in this category', 'formcreator')
+ + i18n.textdomain('formcreator').__('No item yet in this category', 'formcreator')
456
+ '</p>'
457
+'<p id="plugin_formcreator_faqlist"></p>';
458
} else {
0 commit comments