theme: fixing typos #581

This commit is contained in:
Sören Weber 2024-04-12 17:30:31 +02:00
parent 555f609dd2
commit 77ed3f431a
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ other = "Attachments"
other = "Not found"
[message-404]
other = "Woops. Looks like this page doesn't exist ¯\\_(ツ)_/¯."
other = "Whoops. Looks like this page doesn't exist ¯\\_(ツ)_/¯."
[Go-to-homepage]
other = "Go to homepage"

View file

@ -32,7 +32,7 @@ other = "Attachments"
other = "Not found"
[message-404]
other = "Woops. Looks like this plank doesn't exist ¯\\_(ツ)_/¯."
other = "Whoops. Looks like this plank doesn't exist ¯\\_(ツ)_/¯."
[Go-to-homepage]
other = "Go t' homeplank"

View file

@ -71,7 +71,7 @@ function triggerSearch(){
}
window.addEventListener( 'popstate', function ( event ){
// restart search if browsed thru history
// restart search if browsed through history
if( event.state ){
var state = window.history.state || {};
state = Object.assign( {}, ( typeof state === 'object' ) ? state : {} );