mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 03:10:44 +09:00
fix(mobile): incorrect translation string (#10794)
This commit is contained in:
@@ -166,7 +166,7 @@ class HeaderKeyValueSettings extends StatelessWidget {
|
|||||||
child: TextFormField(
|
child: TextFormField(
|
||||||
controller: valueController,
|
controller: valueController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: 'header_settings_header_name_input'.tr(),
|
labelText: 'header_settings_header_value_input'.tr(),
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
),
|
),
|
||||||
autocorrect: false,
|
autocorrect: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user