We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7872379 commit a2c9465Copy full SHA for a2c9465
inc/form.class.php
@@ -1107,7 +1107,7 @@ public function prepareInputForUpdate($input) {
1107
if (isset($input['formanswer_name']) && strlen($input['formanswer_name']) < 1) {
1108
unset($input['formanswer_name']);
1109
Session::addMessageAfterRedirect(
1110
- __('Cannot use empty name for form answers. Keeping the previous value', 'formcreator'),
+ __('Cannot use empty name for form answers. Keeping the previous value.', 'formcreator'),
1111
false,
1112
WARNING
1113
);
0 commit comments