Skip to content
Snippets Groups Projects
Commit 6f3dee5d authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch 'bugfix/open-donate-link-in-new-tab' into 'develop'

Improve Donation Notification

See merge request !1264
parents 3e62f8b3 7daeb469
Branches
Tags
1 merge request!1264Improve Donation Notification
Pipeline #13230 passed
...@@ -39,10 +39,10 @@ ...@@ -39,10 +39,10 @@
<p> <p>
<translate translate-context="Content/Notifications/Paragraph">We noticed you've been here for a while. If Funkwhale is useful to you, we could use your help to make it even better!</translate> <translate translate-context="Content/Notifications/Paragraph">We noticed you've been here for a while. If Funkwhale is useful to you, we could use your help to make it even better!</translate>
</p> </p>
<a href="https://funkwhale.audio/support-us" _target="blank" rel="noopener" class="ui primary inverted button"> <a href="https://funkwhale.audio/support-us" target="_blank" rel="noopener" class="ui primary inverted button">
<translate translate-context="Content/Notifications/Button.Label/Verb">Donate</translate> <translate translate-context="Content/Notifications/Button.Label/Verb">Donate</translate>
</a> </a>
<a href="https://contribute.funkwhale.audio" _target="blank" rel="noopener" class="ui secondary inverted button"> <a href="https://contribute.funkwhale.audio" target="_blank" rel="noopener" class="ui secondary inverted button">
<translate translate-context="Content/Notifications/Button.Label/Verb">Discover other ways to help</translate> <translate translate-context="Content/Notifications/Button.Label/Verb">Discover other ways to help</translate>
</a> </a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment