From f30f724bac914cb4d159b9714484103b24c61bd5 Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 1 Sep 2024 23:02:16 +0000 Subject: [PATCH] make it lowercase --- html/poketube.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 191496e..c50c021 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -12,7 +12,7 @@ This Source Code Form is subject to the terms of the GNU General Public License: - Copyright (C) 2021-2024 POKETUBE (https://codeberg.org/Ashley/poketube) + Copyright (C) 2021-2024 PokeTube, a part of poke project (https://codeberg.org/Ashley/poketube) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,7 +57,7 @@ - <%=inv_vid.title%> | Watch +<%= inv_vid.title %> | <%= /^[A-Z]/.test(inv_vid.title) ? 'Watch' : 'watch' %>