From 5856d6492b77d1810ee691e062bf245ee8b87cec Mon Sep 17 00:00:00 2001 From: nixzhu Date: Mon, 21 Sep 2015 11:38:01 +0800 Subject: [PATCH] share profile title only use nickname --- Yep/ViewControllers/Profile/ProfileViewController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)