Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b567c86

Browse files
committedMar 9, 2025·
fix: translate home primary button text
1 parent 621b225 commit b567c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎tools/adev-patches/localize-home.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index a599d9eefa..75a23c7b6e 100644
1313
</a>
1414
<div class="learn-angular">
1515
<a [routerLink]="ctaLink" class="adev-cta">
16-
<button class="docs-primary-btn" [attr.text]="'Learn Angular'" aria-label="Learn Angular">
16+
<button class="docs-primary-btn" [attr.text]="'Angular を学ぶ'" aria-label="Angular を学ぶ">
1717
- Learn Angular
1818
+ Angular を学ぶ
1919
</button>

0 commit comments

Comments
 (0)
Please sign in to comment.