forked from organicmaps/organicmaps
[iOS] Changed localization key for author in guide description
This commit is contained in:
parent
d2ca101642
commit
ce0c1c28d2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class GuideDescriptionViewController: MWMViewController {
|
|||
|
||||
title = category.title
|
||||
titleLabel.text = category.title
|
||||
providerLabel.text = String(coreFormat: L("author_name_by_prefix"), arguments: [category.author])
|
||||
providerLabel.text = String(coreFormat: L("content_by_component"), arguments: [category.author])
|
||||
providerContainerView.isHidden = category.author.isEmpty
|
||||
subtitleLabel.attributedText = NSMutableAttributedString(htmlString: category.annotation, baseFont: UIFont.regular16())
|
||||
descriptionText.attributedText = NSMutableAttributedString(htmlString: category.detailedAnnotation, baseFont: UIFont.regular16())
|
||||
|
|
Loading…
Add table
Reference in a new issue