fix: Update label for Stay logged in checkbox to German translation
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ export default function LoginScreen() {
|
||||
autoComplete="password"
|
||||
/>
|
||||
<ThemedCheckbox
|
||||
label="Stay logged in"
|
||||
label="Eingeloggt bleiben"
|
||||
value={stayLoggedIn}
|
||||
onValueChange={setStayLoggedIn}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user