From 22e8f7e287cfc5d2680fd97b72e0e19fd47b6d24 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Thu, 14 Oct 2021 21:00:14 +0200 Subject: [PATCH] Fix #2510 --- src/invidious/views/template.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index ffa03a8a7..3fb2fe18a 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -149,7 +149,7 @@
- <%= translate(locale, "footer_donate") %> + <%= translate(locale, "footer_donate_page") %> <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>