Skip to content

Commit

Permalink
Add example values to settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrison committed Dec 30, 2023
1 parent 8f34b45 commit c89fed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/settings-page/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
</head>
<body>
<div>
Project Code
Project Code (e.g. 103-01-001-10)
<input id="project-code" type="text" style="width: 30em;">
</div>
<div>
Task
Task (e.g. Default)
<input id="task" type="text" style="width: 15em;">
</div>
<div>
Expenditure Type
Expenditure Type (e.g. Regular - Straight Time)
<input id="expenditure-type" type="text" style="width: 15em;">
</div>

Expand Down

0 comments on commit c89fed6

Please sign in to comment.