summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2021-10-14 18:46:56 +0000
committerGitHub <noreply@github.com>2021-10-14 18:46:56 +0000
commit2cec1fe4bba70d9527e916f508163bcb4c6033aa (patch)
tree3318b85295d63fbaff12e5ca9f36b2f3e9f2a236
parent9da1c6c6de3780cb4bbcc7c40be933b02cdfec97 (diff)
parent806ddf1aca8e328724def9c66eff933475e8143a (diff)
downloadinvidious-2cec1fe4bba70d9527e916f508163bcb4c6033aa.tar.gz
invidious-2cec1fe4bba70d9527e916f508163bcb4c6033aa.tar.bz2
invidious-2cec1fe4bba70d9527e916f508163bcb4c6033aa.zip
Merge pull request #2510 from iv-org/donate-page
Link to invidious.io/donate/ in the footer
-rw-r--r--locales/en-US.json2
-rw-r--r--src/invidious/views/template.ecr4
2 files changed, 2 insertions, 4 deletions
diff --git a/locales/en-US.json b/locales/en-US.json
index 1fa1983d..2091afea 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -426,7 +426,7 @@
"next_steps_error_message": "After which you should try to: ",
"next_steps_error_message_refresh": "Refresh",
"next_steps_error_message_go_to_youtube": "Go to YouTube",
- "footer_donate": "Donate: ",
+ "footer_donate_page": "Donate: ",
"footer_documentation": "Documentation",
"footer_source_code": "Source code",
"footer_original_source_code": "Original source code",
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index b7020598..ffa03a8a 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -149,9 +149,7 @@
<div class="pure-u-1 pure-u-md-1-3">
<span>
<i class="icon ion-ios-wallet"></i>
- <%= translate(locale, "footer_donate") %>
- <a href="bitcoin:bc1qfhe7rq3lqzuayzjxzyt9waz9ytrs09kla3tsgr">BTC</a>&nbsp;/
- <a href="monero:41nMCtek197boJtiUvGnTFYMatrLEpnpkQDmUECqx5Es2uX3sTKKWVhSL76suXsG3LXqkEJBrCZBgPTwJrDp1FrZJfycGPR">XMR</a>
+ <a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate") %></a>
</span>
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div>