Skip to content

Commit 57839a2

Browse files
Update reading log help link on patron exports page (#11340)
* Update text for reading log explanation --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d98bece commit 57839a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlibrary/i18n/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,7 @@ msgid "Download a copy of your reading log."
25462546
msgstr ""
25472547

25482548
#: account/import.html
2549-
msgid "What is this?"
2549+
msgid "What is a reading log?"
25502550
msgstr ""
25512551

25522552
#: account/import.html

openlibrary/templates/account/import.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3>$_("Import from Goodreads")</h3>
2121
</div>
2222
<div class="import-export__section">
2323
<h3>$_("Export your Reading Log")</h3>
24-
<p>$_("Download a copy of your reading log.") <a href="/help/faq/reading-log.en#reading-log">$_("What is this?")</a></p>
24+
<p>$_("Download a copy of your reading log.") <a href="/help/faq/reading-log.en#reading-log">$_("What is a reading log?")</a></p>
2525
<form method="GET" action="/account/export"
2626
enctype="multipart/form-data" class="olform olform--decoration">
2727
<input type="hidden" name="type" value="reading_log">

0 commit comments

Comments
 (0)