Skip to content

Commit fc46504

Browse files
committed
use "support us" rather than "donate"
1 parent 9bbe96d commit fc46504

8 files changed

+15
-15
lines changed

design-system-templates/components/button-cluster.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div>
33
<p>Ways to get involved:</p>
44
<a class="button button--alt" href="#1">Join</a>
5-
<a class="button button--alt" href="#2">Donate</a>
5+
<a class="button button--alt" href="#2">Support us</a>
66
</div>
7-
</div>
7+
</div>

design-system-templates/components/header-nav.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<a href="path/to/page">W3C Membership</a>
140140
</li>
141141
<li>
142-
<a href="path/to/page">Donate</a>
142+
<a href="path/to/page">Support us</a>
143143
</li>
144144
<li>
145145
<a href="path/to/page">Sponsoring W3C</a>

design-system-templates/components/header-new-logo.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<a href="path/to/page">W3C Membership</a>
134134
</li>
135135
<li>
136-
<a href="path/to/page">Donate</a>
136+
<a href="path/to/page">Support us</a>
137137
</li>
138138
<li>
139139
<a href="path/to/page">Sponsoring W3C</a>

design-system-templates/components/links-cluster.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div>
33
<p>Ways to get involved:</p>
44
<a class="button button--alt" href="#1">Join</a>
5-
<a class="button button--alt" href="#2">Donate</a>
5+
<a class="button button--alt" href="#2">Support us</a>
66
</div>
7-
</div>
7+
</div>

design-system-templates/components/members.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div>
4040
<p>Ways to get involved:</p>
4141
<a class="button button--alt" href="path/to/page">Join</a>
42-
<a class="button button--alt" href="path/to/page">Donate</a>
42+
<a class="button button--alt" href="path/to/page">Support us</a>
4343
</div>
4444
</div>
4545
</div>

translations/w3c_website_templates_bundle+intl-icu.en.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ footer:
3838
contacturl: https://www.w3.org/contact/
3939
help: <span lang="en" dir="ltr">Help</span>
4040
helpurl: https://www.w3.org/help/
41-
donate: <span lang="en" dir="ltr">Donate</span>
42-
donateurl: https://www.w3.org/support-us/donate/
41+
donate: <span lang="en" dir="ltr">Support us</span>
42+
donateurl: https://www.w3.org/support-us/
4343
legal: <span lang="en" dir="ltr">Legal &amp; Policies</span>
4444
legalurl: https://www.w3.org/policies/
4545
corporation: <span lang="en" dir="ltr">Corporation</span>
@@ -137,8 +137,8 @@ components:
137137
get_involved: "Ways to get involved:"
138138
join: Join
139139
joinurl: /membership/join/
140-
donate: Donate
141-
donateurl: /support-us/donate/
140+
donate: Support us
141+
donateurl: /support-us/
142142
content_slider:
143143
title: What organizations think about us
144144
crosslinks:

translations/w3c_website_templates_bundle+intl-icu.ja.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ footer:
3737
help: <span lang="ja" dir="ltr">ヘルプ</span>
3838
helpurl: https://www.w3.org/ja/help/
3939
donate: 寄付
40-
donateurl: https://www.w3.org/support-us/donate/
40+
donateurl: https://www.w3.org/support-us/
4141
legal: 法的事項と方針
4242
legalurl: https://www.w3.org/ja/policies/
4343
corporation: 会社概要
@@ -136,7 +136,7 @@ components:
136136
join: 参加する
137137
joinurl: /membership/join/
138138
donate: 寄付する
139-
donateurl: /support-us/donate/
139+
donateurl: /support-us/
140140
content_slider:
141141
title: 組織が私たちについてどう考えているか
142142
crosslinks:

translations/w3c_website_templates_bundle+intl-icu.zh-hans.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ footer:
3535
help: 帮助
3636
helpurl: https://www.w3.org/zh-hans/help/
3737
donate: 捐赠
38-
donateurl: https://www.w3.org/support-us/donate/
38+
donateurl: https://www.w3.org/support-us/
3939
legal: 法务与政策
4040
legalurl: https://www.w3.org/zh-hans/policies/
4141
corporation: 法人实体
@@ -134,7 +134,7 @@ components:
134134
join: 加入我们
135135
joinurl: /membership/join
136136
donate: 捐赠
137-
donateurl: /support-us/donate/
137+
donateurl: /support-us/
138138
content_slider:
139139
title: 来自其他组织的评价
140140
crosslinks:

0 commit comments

Comments
 (0)