Skip to content

Commit aaa92aa

Browse files
committed
Small UX detail
1 parent 46e05b2 commit aaa92aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/settings/providers/_provider_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<%= form.text_field field.setting_key,
6666
label: field.label,
6767
type: input_type,
68-
placeholder: field.default || "",
68+
placeholder: field.default || (field.required ? "" : "Optional"),
6969
value: display_value,
7070
disabled: disabled,
7171
data: { "auto-submit-form-target": "auto" } %>

0 commit comments

Comments
 (0)