From 0ad2793b682d9b96e41feee32dec3b8e536466d8 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Thu, 14 Oct 2021 20:20:25 +0200 Subject: [PATCH 1/2] Link to invidious.io/donate/ in the footer --- src/invidious/views/template.ecr | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 @@
- <%= translate(locale, "footer_donate") %> - BTC / - XMR + <%= translate(locale, "footer_donate") %> <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>
From 806ddf1aca8e328724def9c66eff933475e8143a Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Thu, 14 Oct 2021 20:40:20 +0200 Subject: [PATCH 2/2] Change the translation key of the Donate page --- locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",