File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1070,8 +1070,8 @@ msgstr ""
10701070msgid "Search Results"
10711071msgstr ""
10721072
1073- #: home/index .html home/welcome.html openlibrary/plugins/openlibrary/api.py
1074- msgid "Welcome to Open Library"
1073+ #: lib/nav_foot .html openlibrary/plugins/openlibrary/api.py site/neck.html
1074+ msgid "Open Library"
10751075msgstr ""
10761076
10771077#: home/index.html openlibrary/plugins/openlibrary/api.py trending.html
@@ -5602,6 +5602,10 @@ msgid_plural "%(count)s Books"
56025602msgstr[ 0 ] ""
56035603msgstr[ 1 ] ""
56045604
5605+ #: home/index.html home/welcome.html
5606+ msgid "Welcome to Open Library"
5607+ msgstr ""
5608+
56055609#: home/index.html
56065610msgid "Recently Returned"
56075611msgstr ""
@@ -5919,10 +5923,6 @@ msgstr ""
59195923msgid "Just a sentence or two is good."
59205924msgstr ""
59215925
5922- #: lib/nav_foot.html site/neck.html
5923- msgid "Open Library"
5924- msgstr ""
5925-
59265926#: lib/nav_foot.html
59275927msgid "Vision"
59285928msgstr ""
Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ def build_homepage():
887887
888888 provider = get_opds_data_provider ()
889889 catalog = Catalog (
890- metadata = Metadata (title = _ ("Welcome to Open Library" )),
890+ metadata = Metadata (title = _ ("Open Library" )),
891891 publications = [],
892892 navigation = [
893893 Navigation (
You can’t perform that action at this time.
0 commit comments