Bug: Spelling mistake with the word Separator
Hello, In many translation files the word Separator is mispelled => Seperator
JS_DECIMAL_SEPERATOR_AND_GROUPING_SEPERATOR_CANT_BE_SAME
It should contain two A not two E
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Contributor
true, almost every language file contains this: 'JS_DECIMAL_SEPERATOR_AND_GROUPING_SEPERATOR_CANT_BE_SAME' => 'Decimal seperator and Grouping seperator cant be same',
But also some implementation parts in templates and php files, a quick grep gave me: 207 matches across 51 files
- Alan Bell mentioned in merge request !74 (merged)
mentioned in merge request !74 (merged)
- Contributor
@alanbell shouldn´t
''+
in
layouts/vlayout/modules/Settings/Webforms/resources/Field.js
also renamed and some other places?
layouts/vlayout/modules/Users/resources/PreferenceEdit.js
var decimalSeperatorValue = jQuery('[name="currency_decimal_separator"]',form).data('selectedValue'); if(decimalSeperatorValue == selectedValue){
- Alan Bell mentioned in merge request !76 (closed)
mentioned in merge request !76 (closed)
- Satish mentioned in merge request !191 (merged)
mentioned in merge request !191 (merged)
- vtigerosm mentioned in merge request !76 (closed)
mentioned in merge request !76 (closed)