summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-10 00:05:46 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-10 00:05:46 -0700
commit414c5707e046b81d65209c0291bbbe5ab14fe0d5 (patch)
tree5bc2c792c2f28ee5f459ec1857c52126f21a8a54 /content
parentf04b1f75f8e18bac2df5ad48c69055bac929e479 (diff)
updating some defaults
Diffstat (limited to 'content')
-rw-r--r--content/post.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/post.go b/content/post.go
index e08106c..7dc99c1 100644
--- a/content/post.go
+++ b/content/post.go
@@ -55,10 +55,9 @@ func (p *Post) MarshalEditor() ([]byte, error) {
}),
},
editor.Field{
- View: editor.File("Photo", p, map[string]string{
+ View: editor.File("Picture", p, map[string]string{
"label": "Author Photo",
- "type": "file",
- "placeholder": "Select a file to upload.",
+ "placeholder": "Upload a profile picture for the author",
}),
},
editor.Field{