Skip to content

Commit fbf7ff8

Browse files
committed
Fixed a Typo in the settings widget
1 parent d2db754 commit fbf7ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Android/app/src/main/res/layout/settings_fragment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
android:layout_height="wrap_content"
2323
app:layout_constraintBottom_toBottomOf="parent"
2424
app:layout_constraintTop_toTopOf="parent"
25-
app:helperText="Format: 192.168.101:4321"
25+
app:helperText="Format: 192.168.168.x:4321"
2626
android:layout_marginHorizontal="@dimen/horizontal_margin"
2727
>
2828

@@ -46,4 +46,4 @@
4646
android:text="Save"
4747
/>
4848

49-
</androidx.constraintlayout.widget.ConstraintLayout>
49+
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)