Skip to content

Commit

Permalink
Clarify device vs device type
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Apr 20, 2024
1 parent d5de523 commit c847236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {
[STRING.FIELD_LABEL_CREATED_AT]: 'Created at',
[STRING.FIELD_LABEL_DATE]: 'Date',
[STRING.FIELD_LABEL_DELAY]: 'Delay',
[STRING.FIELD_LABEL_DEVICE]: 'Device',
[STRING.FIELD_LABEL_DEVICE]: 'Device Type',
[STRING.FIELD_LABEL_DEPLOYMENT]: 'Deployment',
[STRING.FIELD_LABEL_DESCRIPTION]: 'Description',
[STRING.FIELD_LABEL_DETECTIONS]: 'Detections',
Expand Down Expand Up @@ -325,7 +325,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {

/* TAB_ITEM */
[STRING.TAB_ITEM_COLLECTIONS]: 'Collections',
[STRING.TAB_ITEM_DEVICES]: 'Devices',
[STRING.TAB_ITEM_DEVICES]: 'Device Types',
[STRING.TAB_ITEM_FIELDS]: 'Fields',
[STRING.TAB_ITEM_GALLERY]: 'Gallery',
[STRING.TAB_ITEM_IDENTIFICATION]: 'Identification',
Expand Down

0 comments on commit c847236

Please sign in to comment.