[MAPSME-5835] [ios] Fixed texts.

This commit is contained in:
Ilya Grechuhin 2017-10-30 10:43:05 +03:00 committed by r.kuznetsov
parent 0a278cbf3c
commit 07fa42caa2
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ final class UGCSummaryRatingCell: MWMTableViewCell {
}
@objc func config(reviewsCount: UInt, summaryRating: UGCRatingValueType, ratings: [UGCRatingStars]) {
countLabel.text = String(coreFormat: L("place_page_summary_rating_description"), arguments: [reviewsCount])
countLabel.text = String(coreFormat: L("placepage_summary_rating_description"), arguments: [reviewsCount])
ratingSummaryView.value = summaryRating.value
ratingSummaryView.type = summaryRating.type
self.ratings = ratings

View file

@ -55,7 +55,7 @@ final class PPPReview: MWMTableViewCell {
ratingSummaryView.excellentColor = UIColor.ratingGreen()
if reviewsCount > 0 {
reviewsLabel.text = String(coreFormat: L("place_page_summary_rating_description"), arguments: [reviewsCount])
reviewsLabel.text = String(coreFormat: L("placepage_summary_rating_description"), arguments: [reviewsCount])
reviewsLabel.isHidden = false
} else {
reviewsLabel.text = ""