Skip to content

Commit eb081af

Browse files
committed
Merge branch 'support/2.12.0' of github.com:pluginsglpi/formcreator into support/2.12.0
2 parents 301f44b + f469d04 commit eb081af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ function buildTiles(list) {
452452
var html = '';
453453
if (list.length == 0) {
454454
html = '<p id="plugin_formcreator_formlist">'
455-
+ i18n.textdomain('formcreator').__('No form yet in this category', 'formcreator')
455+
+ i18n.textdomain('formcreator').__('No item yet in this category', 'formcreator')
456456
+ '</p>'
457457
+'<p id="plugin_formcreator_faqlist"></p>';
458458
} else {

0 commit comments

Comments
 (0)