From fdd5069887feee038a886e2d512bd5d953bd67fd Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 28 Dec 2022 11:03:58 +0200 Subject: [PATCH] do this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3313444#context --- files/assets/js/gif_modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/gif_modal.js b/files/assets/js/gif_modal.js index 8e73f55683..abe81a9a56 100644 --- a/files/assets/js/gif_modal.js +++ b/files/assets/js/gif_modal.js @@ -154,7 +154,7 @@ async function searchGifs(searchTerm) { const insert = `` container.insertAdjacentHTML('beforeend', insert); noGIFs.innerHTML = null; - loadGIFs.innerHTML = '

Thou've reached the end of the list!

'; + loadGIFs.innerHTML = '

Thou hast reached the end of the list!

'; } } }