diff --git a/app/views/admin/enterprises/_form.html.haml b/app/views/admin/enterprises/_form.html.haml index da85af9ad4..ab795d21fd 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -105,12 +105,12 @@ .alpha.three.columns = f.label :abn, 'ABN' .omega.eight.columns - = f.text_field :abn + = f.text_field :abn, { placeholder: "eg. 99 123 456 789"} .row .alpha.three.columns = f.label :acn, 'ACN' .omega.eight.columns - = f.text_field :acn + = f.text_field :acn, { placeholder: "eg. 123 456 789"} .row .alpha.three.columns = f.label :website