[android] Changed res id

This commit is contained in:
Dmitry Donskoy 2019-04-18 13:13:54 +03:00 committed by Aleksandr Zatsepin
parent 0852d431f8
commit 4fd525adc6

View file

@ -128,7 +128,7 @@ public enum TaxiType
@StringRes
public int getTitle()
{
return R.string.taxi;
return R.string.vezet_taxi;
}
@NonNull