diff --git a/Yep/ViewControllers/Profile/ProfileViewController.swift b/Yep/ViewControllers/Profile/ProfileViewController.swift index 021012b6..25c28399 100644 --- a/Yep/ViewControllers/Profile/ProfileViewController.swift +++ b/Yep/ViewControllers/Profile/ProfileViewController.swift @@ -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)