Skip to content

Commit

Permalink
dealing with complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
JG1VPP committed Jun 2, 2024
2 parents 8adff21 + c54a91c commit 5c75a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/entry.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3 class='card-header'>
<fieldset class='h-adr'>
<input type='hidden' class='p-country-name' value='Japan'>
@comps.text(form("station.call"), label = "呼出符号", hint = "JA1ZLO/1")
@comps.text(form("station.name"), label = "貴局名称", hint = "この名称で賞を発行します。")
@comps.text(form("station.name"), label = "氏名(クラブ局名称)", hint = "この名称で賞を発行します。")
@comps.text(form("station.post"), label = "郵便番号", hint = "この宛先に賞を発送します。", style = Some(post))
@comps.area(form("station.addr"), label = "賞配達先", hint = "この宛先に賞を発送します。", style = Some(addr))
@comps.text(form("station.mail"), label = "メール", hint = "受理通知メールが届きます。")
Expand Down

0 comments on commit 5c75a2d

Please sign in to comment.