feat: rename login to foodsharing manager
Use the application name consistently in the login view and its test.
This commit is contained in:
@@ -16,7 +16,7 @@ const LoginView = ({ credentials, onCredentialsChange, error, loading, initializ
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold mb-2 text-center text-gray-800">Pickup Config Login</h1>
|
||||
<h1 className="text-2xl font-bold mb-2 text-center text-gray-800">Foodsharing Manager Login</h1>
|
||||
<p className="text-sm text-gray-500 text-center">
|
||||
Die Anwendung authentifiziert sich direkt bei foodsharing.de. Bitte verwende deine persönlichen Login-Daten.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user