share profile title only use nickname

This commit is contained in:
nixzhu
2015-09-21 11:38:01 +08:00
parent 165a43e7e3
commit 5856d6492b
@@ -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)