Skip to content
Snippets Groups Projects

spell separator correctly fix #193

Merged Alan Bell requested to merge alanbell/vtigercrm:separator into master
+ 81
82
Compare changes
  • Side-by-side
  • Inline
Files
+ 2
2
@@ -207,8 +207,8 @@ $languageStrings = array(
);
$jsLanguageStrings = array(
//Curency seperator validation messages
'JS_DECIMAL_SEPERATOR_AND_GROUPING_SEPERATOR_CANT_BE_SAME' => 'Decimal seperator and Grouping seperator cant be same',
//Curency separator validation messages
'JS_DECIMAL_SEPARATOR_AND_GROUPING_SEPARATOR_CANT_BE_SAME' => 'Decimal separator and Grouping separator cant be same',
'JS_ENTER_OLD_PASSWORD'=>'Please enter your old password.',
'JS_ENTER_NEW_PASSWORD'=>'Please enter your new password.',
'JS_ENTER_CONFIRMATION_PASSWORD'=>'Please enter your password confirmation.',
Loading