Skip to content

Commit

Permalink
Correct EPUB spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
fofwisdom committed Sep 8, 2023
1 parent a09b2ab commit d8ba1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookwyrm/static/js/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const tries = {
e: {
p: {
u: {
b: "ePub",
b: "EPUB",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion bookwyrm/templates/book/file_links/add_link_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
required=""
id="id_filetype"
value="{% firstof file_link_form.filetype.value '' %}"
placeholder="ePub"
placeholder="EPUB"
list="mimetypes-list"
data-autocomplete="mimetype"
>
Expand Down

0 comments on commit d8ba1f4

Please sign in to comment.