diff options
Diffstat (limited to 'http')
| -rw-r--r-- | http/public/scripts/feed-condense-content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/public/scripts/feed-condense-content.js b/http/public/scripts/feed-condense-content.js index 5203517..984dbce 100644 --- a/http/public/scripts/feed-condense-content.js +++ b/http/public/scripts/feed-condense-content.js @@ -40,7 +40,7 @@ export function toggleContentExpanded(id) { "Tried to toggle 'Read more' button to say 'Read less' but could not find it", ); } else { - buttonAfter.textContent = "Read more"; + buttonAfter.textContent = "Read less"; } if (buttonBefore) { buttonBefore.remove(); |
