We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98de17 commit 8394576Copy full SHA for 8394576
1 file changed
src/components/AdminSupportBanner.vue
@@ -23,11 +23,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
23
24
<div class="profile-fields-admin-support-banner__links">
25
<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') }}
+ {{ t('profile_fields', 'Give Profile Fields a {star} on GitHub', {star: '⭐'}) }}
30
</a>
+ <a href="mailto:contact@librecode.coop">{{ t('profile_fields', 'Contact us for support or custom development') }}</a>
31
</div>
32
33
0 commit comments