Adamw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115325

Change subject: manually fix some bad tpl vars -- needs to be backported to 
upstream wiki
......................................................................

manually fix some bad tpl vars -- needs to be backported to upstream wiki

Change-Id: I8a593af488de16adef288073e46127d37225c0bd
---
M sites/all/modules/thank_you/templates/html/thank_you.sh.html
M sites/all/modules/thank_you/templates/html/thank_you.vi.html
M sites/all/modules/thank_you/templates/html/thank_you.zh-tw.html
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/25/115325/1

diff --git a/sites/all/modules/thank_you/templates/html/thank_you.sh.html 
b/sites/all/modules/thank_you/templates/html/thank_you.sh.html
index f24a79c..ff240bf 100644
--- a/sites/all/modules/thank_you/templates/html/thank_you.sh.html
+++ b/sites/all/modules/thank_you/templates/html/thank_you.sh.html
@@ -82,7 +82,7 @@
 donacijama. Medjutim, ako ne želite da primate takvu elektronsku postu od nas, 
molimo Vas da
 kliknete na link odmah ispod i bićete uklonjeni sa tog spiska.</p>
   <div style="margin: 0 25px">
-    <p>[$unsibscribeUrl Odjava]</p>
+    <p><a href="{{ unsubscribe_link | raw }}">Odjava</a></p>
   </div>
 </div>
 
diff --git a/sites/all/modules/thank_you/templates/html/thank_you.vi.html 
b/sites/all/modules/thank_you/templates/html/thank_you.vi.html
index f75def5..3ac4e6b 100644
--- a/sites/all/modules/thank_you/templates/html/thank_you.vi.html
+++ b/sites/all/modules/thank_you/templates/html/thank_you.vi.html
@@ -67,7 +67,7 @@
 lược 5 năm của Wikimedia Foundation</a>. Bạn cũng có thể mua hàng hóa của 
Wikipedia
 tại <a href="https://shop.wikimedia.org";>shop.wikimedia.org</a>.</p>
 
-<p>Thông tin để bạn lưu giữ: Khoản đóng góp của bạn là số $contributionsId,
+<p>Thông tin để bạn lưu giữ: Khoản đóng góp của bạn là số {{ transaction_id }},
 vào ngày {{contribution.receive_date}}, với giá trị
 {{contribution.contribution_source|l10n_currency(locale)}}.</p>
 
diff --git a/sites/all/modules/thank_you/templates/html/thank_you.zh-tw.html 
b/sites/all/modules/thank_you/templates/html/thank_you.zh-tw.html
index de2a618..c755829 100644
--- a/sites/all/modules/thank_you/templates/html/thank_you.zh-tw.html
+++ b/sites/all/modules/thank_you/templates/html/thank_you.zh-tw.html
@@ -1,4 +1,4 @@
-<p>親愛的$firstname,</p>
+<p>親愛的 {{ first_name }},</p>
 
 <p>維基有您真是太美好了。萬分感謝您願意支持:營運維基媒體與其他姊妹計畫的非營利組織,維基媒體基金會。</p>
 

-- 
To view, visit https://gerrit.wikimedia.org/r/115325
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a593af488de16adef288073e46127d37225c0bd
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Adamw <awi...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to