diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 9904b4fc..8e645d68 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -118,36 +118,48 @@ <% if CONFIG.modified_source_code_url %> - <%= translate(locale, "footer_original_source_code") %> / - <%= translate(locale, "footer_modfied_source_code") %> + <%= translate(locale, "footer_original_source_code") %> / + <%= translate(locale, "footer_modfied_source_code") %> <% else %> - <%= translate(locale, "footer_source_code") %> + <%= translate(locale, "footer_source_code") %> <% end %> - <%= translate(locale, "footer_documentation") %> + <%= translate(locale, "footer_documentation") %> + + + + FreeTube Configuration Help
- <%= translate(locale, "Released under the AGPLv3 on Github.") %> + <%= translate(locale, "Released under the AGPLv3 on Github.") %> - <%= translate(locale, "View JavaScript license information.") %> + <%= translate(locale, "View JavaScript license information.") %> - <%= translate(locale, "View privacy policy.") %> + <%= translate(locale, "View privacy policy.") %> + + + + Server Status
- <%= translate(locale, "footer_donate_page") %> + Donate to catspeed + + + + Donate to invidious <%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %>