Skip to content

Commit

Permalink
UI: add missing hint 'Name' for track detail fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Dec 3, 2024
1 parent 63feaf1 commit f6767fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/trackdetail_fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:hint="@string/trackdetail_name"
android:inputType="text"
android:singleLine="true" />

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<string name="trackdetail_export_notyet">(Not exported yet)</string>
<string name="trackdetail_osm_upload_notyet">(Not uploaded yet)</string>
<string name="trackdetail_export_display">Display</string>
<string name="trackdetail_name">Name</string>
<string name="trackdetail_description">Description</string>
<string name="trackdetail_tags">Tags (comma separated)</string>
<string name="trackdetail_description_mandatory">You must enter a description</string>
Expand Down

0 comments on commit f6767fd

Please sign in to comment.