From cdd066d406f372b8a5a21b8c9bbc0bc0febdde0e Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Wed, 18 Oct 2017 16:15:08 +0300 Subject: [PATCH] [ios] Use correct localized keys --- .../Content/UGC/UGCAddReview/UGCAddReviewRatingCell.swift | 2 +- .../Content/UGC/UGCAddReview/UGCAddReviewRatingCell.xib | 8 ++++---- .../Content/UGC/UGCAddReview/UGCAddReviewTextCell.swift | 2 +- .../Content/UGC/UGCSummaryRatingStarsCell.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.swift b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.swift index 4b07eca444..934281d937 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.swift +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.swift @@ -17,7 +17,7 @@ final class UGCAddReviewRatingCell: MWMTableViewCell { var model: UGCRatingStars! { didSet { - titleLabel.text = model.title + titleLabel.text = L(model.title) ratingView.value = model.value ratingView.starsCount = 5 } diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.xib b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.xib index 941c206d15..6e447516ac 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.xib +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/UGC/UGCAddReview/UGCAddReviewRatingCell.xib @@ -1,11 +1,11 @@ - + - + @@ -19,7 +19,7 @@