fix(mobile): notate experimental network features, cleanup mis assigned translation tags (#23021)

* cleanup i18n, return experimental notation

* add renamed file

* rename 2

* caps

* Update mobile/lib/pages/common/headers_settings.page.dart

Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com>

* IntlKeys

* fix: import

---------

Co-authored-by: shenlong <139912620+shenlong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Matthew Momjian
2025-10-20 15:20:49 -04:00
committed by GitHub
parent becb56e1b1
commit b102f94e97
4 changed files with 16 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ import 'package:flutter_hooks/flutter_hooks.dart' hide Store;
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/domain/models/store.model.dart';
import 'package:immich_mobile/entities/store.entity.dart';
import 'package:immich_mobile/generated/intl_keys.g.dart';
class SettingsHeader {
String key = "";
@@ -60,7 +61,7 @@ class HeaderSettingsPage extends HookConsumerWidget {
return Scaffold(
appBar: AppBar(
title: const Text('advanced_settings_proxy_headers_title').tr(),
title: const Text(IntlKeys.headers_settings_tile_title).tr(),
centerTitle: false,
actions: [
IconButton(