Skip to content

Commit

Permalink
fix(mobile): incorrect translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Jul 3, 2024
1 parent bed9cca commit 7dd6715
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 7dd6715

Please sign in to comment.