mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-22 19:28:54 +10:00
share profile title only use nickname
This commit is contained in:
@@ -718,7 +718,8 @@ class ProfileViewController: UIViewController {
|
||||
}
|
||||
|
||||
let info = MonkeyKing.Message.WeChatSubtype.Info(
|
||||
title: String(format:NSLocalizedString("Yep! I'm %@.", comment: ""), nickname),
|
||||
//title: String(format:NSLocalizedString("Yep! I'm %@.", comment: ""), nickname),
|
||||
title: nickname,
|
||||
description: NSLocalizedString("From Yep, with Skills.", comment: ""),
|
||||
thumbnail: thumbnail,
|
||||
media: .URL(profileURL)
|
||||
|
||||
Reference in New Issue
Block a user