Skip to content

Commit 8394576

Browse files
committed
chore: use placeholder to star
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f98de17 commit 8394576

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/AdminSupportBanner.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
2323

2424
<div class="profile-fields-admin-support-banner__links">
2525
<a href="https://github.com/LibreCodeCoop/profile_fields" target="_blank" rel="noopener noreferrer nofollow">
26-
{{ t('profile_fields', 'Give Profile Fields a ⭐ on GitHub') }}
27-
</a>
28-
<a href="mailto:contact@librecode.coop">
29-
{{ t('profile_fields', 'Contact us for support or custom development') }}
26+
{{ t('profile_fields', 'Give Profile Fields a {star} on GitHub', {star: '⭐'}) }}
3027
</a>
28+
<a href="mailto:contact@librecode.coop">{{ t('profile_fields', 'Contact us for support or custom development') }}</a>
3129
</div>
3230
</div>
3331
</div>

0 commit comments

Comments
 (0)