Skip to content

Commit a17a654

Browse files
committed
Use active descriptions for domain buttons
1 parent 3fd886a commit a17a654

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

locales/en-US/common.ftl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ production-use = Production use
1010
learn-more = Learn More
1111
discord = Discord
1212
13+
## components/panels/domain.hbs
14+
15+
cli-learn-more = Building Tools
16+
wasm-learn-more = Writing Web Apps
17+
net-learn-more = Working On Servers
18+
embedded-learn-more = Starting With Embedded
19+
1320
## components/layout.hbs
1421

1522
meta-description = A language empowering everyone to build reliable and efficient software.

templates/components/panels/domains.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<p class="flex-grow-1">
2727
{{fluent "domains-cli-blurb"}}
2828
</p>
29-
<a href="{{baseurl}}/what/cli" class="button button-secondary">{{fluent "learn-more"}}</a>
29+
<a href="{{baseurl}}/what/cli" class="button button-secondary">{{fluent "cli-learn-more"}}</a>
3030
</div>
3131
</div>
3232

@@ -42,7 +42,7 @@
4242
<p class="flex-grow-1">
4343
{{fluent "domains-wasm-blurb"}}
4444
</p>
45-
<a href="{{baseurl}}/what/wasm" class="button button-secondary">{{fluent "learn-more"}}</a>
45+
<a href="{{baseurl}}/what/wasm" class="button button-secondary">{{fluent "wasm-learn-more"}}</a>
4646
</div>
4747
</div>
4848

@@ -58,7 +58,7 @@
5858
<p class="flex-grow-1">
5959
{{fluent "domains-net-blurb"}}
6060
</p>
61-
<a href="{{baseurl}}/what/networking" class="button button-secondary">{{fluent "learn-more"}}</a>
61+
<a href="{{baseurl}}/what/networking" class="button button-secondary">{{fluent "net-learn-more"}}</a>
6262
</div>
6363
</div>
6464

@@ -74,7 +74,7 @@
7474
<p class="flex-grow-1">
7575
{{fluent "domains-embedded-blurb"}}
7676
</p>
77-
<a href="{{baseurl}}/what/embedded" class="button button-secondary">{{fluent "learn-more"}}</a>
77+
<a href="{{baseurl}}/what/embedded" class="button button-secondary">{{fluent "embedded-learn-more"}}</a>
7878
</div>
7979
</div>
8080
</div>

0 commit comments

Comments
 (0)