Skip to content

Commit

Permalink
Merge pull request mozilla#6144 from emilghittasv/l10n-fix-browse-to-…
Browse files Browse the repository at this point in the history
…upload

[l10n] Fix 'Browse...' macro missing localization
  • Loading branch information
akatsoulas authored Jul 25, 2024
2 parents da7fedc + 559edc6 commit bda7535
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 bda7535

Please sign in to comment.