Replaced a key in iOS, because I removed [type] from strings.txt

This commit is contained in:
Timofey 2017-05-05 17:54:43 +03:00 committed by r.kuznetsov
parent 9b4302d437
commit 38b42aeeca

View file

@ -264,7 +264,7 @@ void configButton(UIButton * button, NSString * primaryText, NSString * secondar
{
case Section::Rating: return L(@"booking_filters_rating");
case Section::PriceCategory: return L(@"booking_filters_price_category");
case Section::Type: return L(@"type");
case Section::Type: return L(@"search_hotel_filters_type");
default: return nil;
}
}