Skip to content

Commit

Permalink
Fix missing localization for the "Browse..." string in attachments.ht…
Browse files Browse the repository at this point in the history
…ml macro
  • Loading branch information
emilghittasv committed Jul 25, 2024
1 parent da7fedc commit 559edc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/upload/jinja2/upload/attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="field add-attachment">
<label for="id_image">{{ _('Add images (optional):') }}</label>
<label for="id_image" class="sumo-button sumo-file-button">
<span aria-hidden="true">Browse...</span>
<span aria-hidden="true">{{ _('Browse') }}...</span>
<input type="file" id="id_image" name="image" size="30"
accept="{{ settings.IMAGE_ALLOWED_MIMETYPES }}"
title="{{ _('Browse for an image to upload.') }}"/>
Expand Down

0 comments on commit 559edc6

Please sign in to comment.