Skip to content

Commit

Permalink
fix(mobile): incorrect translation string (#10794)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Jul 3, 2024
1 parent 99c45bd commit 6f950ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/pages/common/headers_settings.page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class HeaderKeyValueSettings extends StatelessWidget {
child: TextFormField(
controller: valueController,
decoration: InputDecoration(
labelText: 'header_settings_header_name_input'.tr(),
labelText: 'header_settings_header_value_input'.tr(),
border: const OutlineInputBorder(),
),
autocorrect: false,
Expand Down

0 comments on commit 6f950ea

Please sign in to comment.