diff --git a/openlibrary/i18n/messages.pot b/openlibrary/i18n/messages.pot index 461212e9bba..b9e761448c8 100644 --- a/openlibrary/i18n/messages.pot +++ b/openlibrary/i18n/messages.pot @@ -1339,6 +1339,15 @@ msgstr "" msgid "This reader has chosen to make their Reading Log private." msgstr "" +#: account/mybooks.html +#, python-format +msgid "%(year_span)s reading goal" +msgstr "" + +#: account/mybooks.html account/sidebar.html +msgid "Yearly Reading Goal" +msgstr "" + #: account/mybooks.html account/sidebar.html msgid "Untitled list" msgstr "" @@ -1721,10 +1730,6 @@ msgstr "" msgid "Set %(year_span)s reading goal" msgstr "" -#: account/sidebar.html -msgid "Yearly Reading Goal" -msgstr "" - #: account/sidebar.html search/sort_options.html type/user/view.html msgid "Reading Log" msgstr "" diff --git a/openlibrary/templates/account/mybooks.html b/openlibrary/templates/account/mybooks.html index e88cfc0af86..8d4275de387 100644 --- a/openlibrary/templates/account/mybooks.html +++ b/openlibrary/templates/account/mybooks.html @@ -82,6 +82,29 @@