forked from organicmaps/organicmaps
[MAPSME-5835] [ios] Fixed texts.
This commit is contained in:
parent
0a278cbf3c
commit
07fa42caa2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue