diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-18 22:55:01 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-18 22:55:01 +0900 |
commit | be6120fa4c7fb07f74c5c2b6e9e0a957c177164a (patch) | |
tree | 4db93234e23012118b11c243c877422c0d47024f /views/home.handlebars | |
parent | 2e133bff1135deef1634593081853b98ec5ed342 (diff) |
Change text and translation key name about GitHub Sponsors
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index cc1ae00..4a0ab3f 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -48,7 +48,7 @@ {{#if showKofi}} <div class="card border-success mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;"> <div class="card-body"> - <p>{{{t "views.home.kofidesc" }}}</p> + <p>{{{t "views.home.sponsor" }}}</p> </div> </div> {{/if}} |