| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | value="<?php echo esc_attr( $settings->get( 'thousands_separator', ',' ) ); ?>"> |
| 61 | 61 | </td> |
| 62 | 62 | </tr> |
| 63 | 63 | <tr> |
| 64 | - <th><?php _e( 'Decimals Separator', 'learnpress' ); ?></th> | |
| 64 | + <th><?php _e( 'Decimal separator', 'learnpress' ); ?></th> | |
| 65 | 65 | <td> |
| 66 | 66 | <input id="decimals-separator" type="text" name="settings[currency][decimals_separator]" |
| 67 | 67 | value="<?php echo esc_attr( $settings->get( 'decimals_separator', '.' ) ); ?>"> |
| 68 | 68 | </td> |
| @@ -67,9 +67,9 @@ | ||
| 67 | 67 | value="<?php echo esc_attr( $settings->get( 'decimals_separator', '.' ) ); ?>"> |
| 68 | 68 | </td> |
| 69 | 69 | </tr> |
| 70 | 70 | <tr> |
| 71 | - <th><?php _e( 'Number of Decimals', 'learnpress' ); ?></th> | |
| 71 | + <th><?php _e( 'The number of decimals', 'learnpress' ); ?></th> | |
| 72 | 72 | <td> |
| 73 | 73 | <input id="number-of-decimals" type="text" name="settings[currency][number_of_decimals]" |
| 74 | 74 | value="<?php echo esc_attr( $settings->get( 'number_of_decimals', '2' ) ); ?>"> |
| 75 | 75 | </td> |