Main/System/Mail/MailInfoWin.cs
@@ -127,7 +127,7 @@ string content = string.Format(config.Content, templateParams.ToArray()); txtNoAwardInfo.text = content; txtAwardInfo.text = content; txtTitle.text = config.Title; txtTitle.text = string.Format(config.Title, templateParams.ToArray()); } catch (System.Exception ex) {