diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-24 14:43:26 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-24 14:43:26 -0300 |
commit | adef850bc68ae6d2d14e91c9e310a6cd85f7b03b (patch) | |
tree | dd099ac51825955fdce4e9351cffd7f92c543265 /src/strings-default.yaml | |
parent | 140e48ca26c02a1cd8e349f761990594aa2a4cc9 (diff) |
content: add missing quickDescription.readMore string
Used when the quick description element's description does not contain a split (but there are extra reading links). We missed carrying over this string from networked-tags during commit 7c2d3127.
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index af05eb32..f298be86 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -698,6 +698,8 @@ misc: # rest. May also display "read more" links (to external sites). quickDescription: + readMore: "Read more on {LINKS}." + moreInfo: _: "({LINK})" link: "More info..." |