Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update work_search.html #10122

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions openlibrary/i18n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,10 @@ msgstr ""
msgid "No <strong>%(path_id)s</strong> directly matched your search"
msgstr ""

#: work_search.html
msgid "Add a new book"
msgstr ""

#: search/authors.html search/lists.html search/subjects.html work_search.html
msgid "Checking Search Inside matches"
msgstr ""
Expand Down
1 change: 1 addition & 0 deletions openlibrary/templates/work_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ <h1>$_("Search Books")</h1>
$# this commit to revert.
<center>
<div class="red">$:_('No <strong>%(path_id)s</strong> directly matched your search', path_id=path_id)</div>
<a href="/books/add" class="btn btn-primary">$_('Add a new book')</a></div>
<hr>
</center>
<div id="fulltext-search-suggestion" data-query="$query">
Expand Down
Loading