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!

'; } } }