mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): translation (no /api, experimental features) (#15600)
* initial /api removal * translations /api * experimental features * japanese url update --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
a6ace5151c
commit
c0210bd6c0
48 changed files with 62 additions and 62 deletions
|
|
@ -102,7 +102,7 @@ class LocalNetworkPreference extends HookConsumerWidget {
|
|||
final localEndpoint = await _showEditDialog(
|
||||
context,
|
||||
"server_endpoint".tr(),
|
||||
"http://local-ip:2283/api",
|
||||
"http://local-ip:2283",
|
||||
localEndpointText.value,
|
||||
);
|
||||
|
||||
|
|
@ -212,7 +212,7 @@ class LocalNetworkPreference extends HookConsumerWidget {
|
|||
leading: const Icon(Icons.lan_rounded),
|
||||
title: Text("server_endpoint".tr()),
|
||||
subtitle: localEndpointText.value.isEmpty
|
||||
? const Text("http://local-ip:2283/api")
|
||||
? const Text("http://local-ip:2283")
|
||||
: Text(
|
||||
localEndpointText.value,
|
||||
style: context.textTheme.labelLarge?.copyWith(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue