fix: rename Department to Office Location
This commit is contained in:
parent
e34e71bf6a
commit
5374473a59
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -918,7 +918,7 @@ const settingsHTML = `<!DOCTYPE html>
|
|||
<h2>Profile Details</h2>
|
||||
<div class="field-row">
|
||||
<div class="field"><label>Job Title</label><input type="text" name="job_title" value="{{.UserSettings.JobTitle}}"></div>
|
||||
<div class="field"><label>Department</label><input type="text" name="dept" value="{{.UserSettings.Dept}}"></div>
|
||||
<div class="field"><label>Office Location</label><input type="text" name="dept" value="{{.UserSettings.Dept}}"></div>
|
||||
</div>
|
||||
<div class="field"><label>Phone</label><input type="tel" name="phone" value="{{.UserSettings.Phone}}" placeholder="+49 123 456789"></div>
|
||||
<div class="field"><label>Address</label><input type="text" name="address" value="{{.UserSettings.Address}}" placeholder="Street, City, Country"></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue