From 4fd525adc64ede9941e1fa2486bce85271e88f96 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Thu, 18 Apr 2019 13:13:54 +0300 Subject: [PATCH] [android] Changed res id --- android/src/com/mapswithme/maps/taxi/TaxiType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/taxi/TaxiType.java b/android/src/com/mapswithme/maps/taxi/TaxiType.java index f265706913..1c035c2c50 100644 --- a/android/src/com/mapswithme/maps/taxi/TaxiType.java +++ b/android/src/com/mapswithme/maps/taxi/TaxiType.java @@ -128,7 +128,7 @@ public enum TaxiType @StringRes public int getTitle() { - return R.string.taxi; + return R.string.vezet_taxi; } @NonNull