Skip to content

Commit a2c9465

Browse files
committed
fix(form): dot at end of error message
1 parent 7872379 commit a2c9465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ public function prepareInputForUpdate($input) {
11071107
if (isset($input['formanswer_name']) && strlen($input['formanswer_name']) < 1) {
11081108
unset($input['formanswer_name']);
11091109
Session::addMessageAfterRedirect(
1110-
__('Cannot use empty name for form answers. Keeping the previous value', 'formcreator'),
1110+
__('Cannot use empty name for form answers. Keeping the previous value.', 'formcreator'),
11111111
false,
11121112
WARNING
11131113
);

0 commit comments

Comments
 (0)