mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
modify style
This commit is contained in:
@@ -726,6 +726,7 @@ function getAllDigitGroupingTypes(translateFn) {
|
||||
|
||||
ret.push({
|
||||
type: numeralConstants.defaultValue,
|
||||
enabled: defaultDigitGroupingType.enabled,
|
||||
displayName: `${translateFn('Language Default')} (${translateFn('numeral.' + defaultDigitGroupingType.name)})`
|
||||
});
|
||||
|
||||
@@ -734,6 +735,7 @@ function getAllDigitGroupingTypes(translateFn) {
|
||||
|
||||
ret.push({
|
||||
type: type.type,
|
||||
enabled: type.enabled,
|
||||
displayName: translateFn('numeral.' + type.name)
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user