Bug 1060525 - Various string changes for Loop based on UX feedback. rs=MattN

This commit is contained in:
Jared Wein
2014-09-01 01:14:03 -04:00
parent 004dd9ad20
commit e9535f18b4
9 changed files with 35 additions and 33 deletions

View File

@@ -207,8 +207,8 @@ loop.panel = (function(_, mozL10n) {
_generateMailTo: function() {
return encodeURI([
"mailto:?subject=" + __("share_email_subject2") + "&",
"body=" + __("share_email_body2", {callUrl: this.state.callUrl})
"mailto:?subject=" + __("share_email_subject3") + "&",
"body=" + __("share_email_body3", {callUrl: this.state.callUrl})
].join(""));
},