Units: Match 'length' case with other categories (#25702)

This commit is contained in:
Philipp Trulson 2020-06-22 08:36:08 +02:00 committed by GitHub
parent 3b383149db
commit b8d49999b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ export const getCategories = (): ValueFormatCategory[] => [
],
},
{
name: 'length',
name: 'Length',
formats: [
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },