From 8416025e932669550c166cfc4263d55c149eed89 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 3 Oct 2015 21:39:38 +1300 Subject: Rename strings global variable --- web/app/store/SpeedUnits.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/store/SpeedUnits.js') diff --git a/web/app/store/SpeedUnits.js b/web/app/store/SpeedUnits.js index 1ff6cd50e..2238d476a 100644 --- a/web/app/store/SpeedUnits.js +++ b/web/app/store/SpeedUnits.js @@ -22,11 +22,11 @@ data: [{ key: 'kmh', - name: strings.sharedKmh, + name: Strings.sharedKmh, factor: 1.852 }, { key: 'mph', - name: strings.sharedMph, + name: Strings.sharedMph, factor: 1.15078 }], -- cgit v1.2.3