Skip to content

Commit

Permalink
Merge pull request #1260 from pkuehnel/fix/modbusEndianessLabel
Browse files Browse the repository at this point in the history
fix(ModbusValueConfigurationDialog): rename label modbus endianess
  • Loading branch information
pkuehnel authored May 27, 2024
2 parents 6d60c33 + 44b7b8e commit fc7227f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
Variant="Variant.Outlined"
Value="@EditableValueConfiguration.Item.Endianess"
ValueChanged="(newItem) => UpdateEndianess(EditableValueConfiguration.Item, newItem)"
Label="HTTP Method"
Label="Endianess"
Margin="Constants.InputMargin">
@foreach (ModbusEndianess item in Enum.GetValues(typeof(ModbusEndianess)))
{
Expand Down

0 comments on commit fc7227f

Please sign in to comment.