Skip to content

Commit

Permalink
chore: rename GreenLion brand to Green Lion
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Apr 8, 2024
1 parent 17c6f68 commit 5ef5c1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'GRA' => 'Great Asia',
'3G' => 'Greentel',
'GRO' => 'Green Orange',
'GRL' => 'GreenLion',
'GRL' => 'Green Lion',
'GR1' => 'GroBerwert',
'GF' => 'Gretel',
'82' => 'Gresso',
Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/tablet-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@
engine_version: 120.0.6099.516
device:
type: tablet
brand: GreenLion
brand: Green Lion
model: G-10 Ultra
os_family: Android
browser_family: Unknown
Expand Down
4 changes: 2 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39425,8 +39425,8 @@ CCIT:
- regex: 'CCIT[_ ]?([^;/)]+)(?: Build|[);])'
model: '$1'

# GreenLion
GreenLion:
# Green Lion or GreenLion
Green Lion:
regex: 'G-10 ULTRA'
device: 'tablet'
models:
Expand Down

0 comments on commit 5ef5c1c

Please # to comment.