diff options
Diffstat (limited to 'view/tpl/cover_photo.tpl')
-rw-r--r-- | view/tpl/cover_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl index dd0d3dbee..d2069dcf6 100644 --- a/view/tpl/cover_photo.tpl +++ b/view/tpl/cover_photo.tpl @@ -90,7 +90,7 @@ <div class="section-content-warning-wrapper">{{$info}}</div> {{/if}} {{if $existing}} - <img class="cover-photo-review" style="max-width: 100%;" src="{{$existing.url}}" alt="{{t('Cover Photo')}}" /> + <img class="cover-photo-review" style="max-width: 100%;" src="{{$existing.url}}" alt="Cover Photo" /> {{/if}} <form enctype="multipart/form-data" action="cover_photo" method="post"> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> |