Skip to content

Commit

Permalink
Fixed Issue #18548: Quick add function "Code ; Title" doesn't work. (#…
Browse files Browse the repository at this point in the history
…2892)

Co-authored-by: Lapiu Dev <devgit@lapiu.biz>
  • Loading branch information
gabrieljenik and lapiudevgit committed Feb 17, 2023
1 parent a66103f commit 5bf664c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/questionAdministration/modals.twig
Expand Up @@ -15,7 +15,7 @@

<div class="modal-body">
<p>
{{ gT('Enter one label per line. You can provide a code by separating code and label text with a semicolon or tab. For multilingual surveys you add the translation(s) on the same line separated with a semicolon or tab.') }}
{{ gT('Enter one label per line. You can provide a code by separating code and label text with a semicolon or tab. For multilingual surveys you add the translation(s) on the same line separated with a semicolon or tab. Please remember to use the save button after applying the changes.') }}
</p>
<textarea id='quickaddarea' class='tipme' title='' cols='100' rows='10' style='width:570px;'></textarea>
</div>
Expand Down

0 comments on commit 5bf664c

Please sign in to comment.