Skip to content

Commit

Permalink
fix app ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise authored Oct 15, 2023
1 parent 3affa72 commit e2c50f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ object DeviceProps {
DeviceEntries("None", hashMapOf(), "None", null),

DeviceEntries(
"Pixel XL (original quality)", hashMapOf(
"Pixel XL (original)", hashMapOf(
Pair("BRAND", "google"),
Pair("MANUFACTURER", "Google"),
Pair("DEVICE", "marlin"),
Expand All @@ -216,7 +216,7 @@ object DeviceProps {
),

DeviceEntries(
"Pixel 5 (Storage saver quality)", hashMapOf(
"Pixel 5 (Storage saver)", hashMapOf(
Pair("BRAND", "google"),
Pair("MANUFACTURER", "Google"),
Pair("DEVICE", "redfin"),
Expand Down Expand Up @@ -273,7 +273,7 @@ object DeviceProps {
),

DeviceEntries(
"Pixel 7 Pro (Only for Google One VPN)", hashMapOf(
"Pixel 7 Pro (Google 1 VPN)", hashMapOf(
Pair("BRAND", "google"),
Pair("MANUFACTURER", "Google"),
Pair("DEVICE", "cheetah"),
Expand Down

0 comments on commit e2c50f9

Please sign in to comment.