1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17414] Add placeholder when there are no questions yet

PHPBB-17414
This commit is contained in:
Marc Alexander
2024-10-05 21:40:08 +02:00
parent c02f8688c4
commit d85267707c
2 changed files with 7 additions and 0 deletions

View File

@@ -61,4 +61,5 @@ $lang = array_merge($lang, array(
'QA_ERROR_MSG' => 'Please fill in all fields and enter at least one answer.',
'QA_LAST_QUESTION' => 'You cannot delete all questions while the plugin is active.',
'QA_NO_QUESTIONS' => 'There are no questions yet.',
));