Replaced a key in iOS, because I removed [type] from strings.txt
This commit is contained in:
parent
9b4302d437
commit
38b42aeeca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue