Skip to content

Commit

Permalink
Merge pull request #473 from girder/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in the settings page.
  • Loading branch information
manthey authored Aug 14, 2020
2 parents d5bf02c + 80b28a2 commit adc23c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ form#g-large-image-form(role="form")
input.input-sm.form-control.g-large-image-show-extra(
type="text", value=settings['large_image.show_extra'], placeholder=detailplaceholder, title=detailtitle)
p.g-large-image-description
| Details to show is lists for admins and owners of the images.
| Details to show in lists for admins and owners of the images.
input.input-sm.form-control.g-large-image-show-extra-admin(
type="text", value=settings['large_image.show_extra_admin'], placeholder=detailplaceholder, title=detailtitle)
.form-group
Expand Down

0 comments on commit adc23c4

Please sign in to comment.