feat(mobile): Add integration tests (#1359)

This commit is contained in:
Matthias Rupp
2023-01-22 04:43:28 +01:00
committed by GitHub
parent e5d798581c
commit f4c90426a5
10 changed files with 246 additions and 15 deletions

View File

@@ -114,8 +114,9 @@
"library_page_new_album": "New album",
"login_form_button_text": "Login",
"login_form_email_hint": "youremail@email.com",
"login_form_endpoint_hint": "http://your-server-ip:port/",
"login_form_endpoint_hint": "https://your-server-ip:port/",
"login_form_endpoint_url": "Server Endpoint URL",
"login_form_err_http_insecure": "Http is unencrypted and therefore not recommended. Please use https unless you are using Immich exclusively in your home network.",
"login_form_err_invalid_email": "Invalid Email",
"login_form_err_invalid_url": "Invalid URL",
"login_form_err_leading_whitespace": "Leading whitespace",