summaryrefslogtreecommitdiff
path: root/content/post.go
diff options
context:
space:
mode:
Diffstat (limited to 'content/post.go')
-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{