diff --git a/.env.example b/.env.example index 18032f25e..bbad988d2 100644 --- a/.env.example +++ b/.env.example @@ -32,7 +32,7 @@ MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS="pixelfed@example.com +MAIL_FROM_ADDRESS="pixelfed@example.com" MAIL_FROM_NAME="Pixelfed" SESSION_DOMAIN="${APP_DOMAIN}" diff --git a/public/img/favicon.png b/public/img/favicon.png new file mode 100644 index 000000000..ef5ab6f6c Binary files /dev/null and b/public/img/favicon.png differ diff --git a/resources/lang/de/navmenu.php b/resources/lang/de/navmenu.php index bfaf81d23..7b983aa42 100644 --- a/resources/lang/de/navmenu.php +++ b/resources/lang/de/navmenu.php @@ -9,5 +9,6 @@ return [ 'settings' => 'Einstellungen', 'admin' => 'Administration', 'logout' => 'Abmelden', + 'directMessages' => 'Privatnachrichten', ]; \ No newline at end of file diff --git a/resources/lang/de/profile.php b/resources/lang/de/profile.php index 294a90c85..db3a3c26c 100644 --- a/resources/lang/de/profile.php +++ b/resources/lang/de/profile.php @@ -5,4 +5,4 @@ return [ 'emptyFollowers' => 'Diesem Benutzer folgt noch niemand!', 'emptyFollowing' => 'Dieser Benutzer folgt noch niemanden!', 'savedWarning' => 'Nur du kannst sehen was du gespeichert hast', -]; \ No newline at end of file +]; diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 663e85cf3..c30441fb2 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -20,7 +20,7 @@ - + @stack('styles')