Change column label from "Sensor Type" to "Sensor type" for consistency.

This commit is contained in:
paul121 2020-08-07 09:11:57 -07:00 committed by Michael Stenta
parent c31750031b
commit b80cc84104
1 changed files with 1 additions and 2 deletions

View File

@ -213,7 +213,6 @@ function farm_sensor_views_default_views() {
$handler->display->display_options['fields']['type']['id'] = 'type';
$handler->display->display_options['fields']['type']['table'] = 'farm_sensor';
$handler->display->display_options['fields']['type']['field'] = 'type';
$handler->display->display_options['fields']['type']['label'] = 'Sensor Type';
/* Field: Farm asset: Name */
$handler->display->display_options['fields']['name']['id'] = 'name';
$handler->display->display_options['fields']['name']['table'] = 'farm_asset';
@ -408,7 +407,7 @@ function farm_sensor_views_default_views() {
t('Delete'),
t('Asset ID'),
t('.'),
t('Sensor Type'),
t('Sensor type'),
t('Name'),
t('Description'),
t('Flags'),