Skip to content

Commit 8d9b2cb

Browse files
committed
adding period (.) to end of line
1 parent 5163a05 commit 8d9b2cb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/validation

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ define([
10761076

10771077
return moment(value).isBefore(moment());
10781078
},
1079-
$.mage.__('The Date of Birth should not be greater than today')
1079+
$.mage.__('The Date of Birth should not be greater than today.')
10801080
]
10811081
}, function (data) {
10821082
return {

0 commit comments

Comments
 (0)