From dab58f0e61e1a9088c1f2a2690db758b9e371143 Mon Sep 17 00:00:00 2001 From: Christian Frichot Date: Sun, 16 Jun 2013 14:49:39 +0800 Subject: [PATCH] Updated hardware constants better detects and displays pure Nexus phones. Issue #908 --- core/main/constants/hardware.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/main/constants/hardware.rb b/core/main/constants/hardware.rb index 1338cd726..1b85dd992 100644 --- a/core/main/constants/hardware.rb +++ b/core/main/constants/hardware.rb @@ -34,8 +34,8 @@ module Constants HW_HTC_IMG = 'htc.ico' HW_MOTOROLA_UA_STR = 'motorola' HW_MOTOROLA_IMG = 'motorola.png' - HW_GOOGLE_UA_STR = 'Nexus One' - HE_GOOGLE_IM = 'nexus.png' + HW_GOOGLE_UA_STR = 'Nexus' + HW_GOOGLE_IMG = 'nexus.png' HW_ERICSSON_UA_STR = 'Ericsson' HW_ERICSSON_IMG = 'sony_ericsson.png' HW_ALL_UA_STR = 'All'