Skip to content

Commit 7e86f88

Browse files
committed
fix(lea): change 'Mark remaining' button label to 'Mark as read'
- Update button text in src/modules/lea/documents.js to 'Mark as read' - Rebuild distribution files and update hot-update file names and hashes - Ensure category and toolbar controls display the updated label
1 parent ae8cccb commit 7e86f88

6 files changed

Lines changed: 5 additions & 6 deletions

dist/main.dc02fafc9477fa210796.hot-update.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

dist/main.dc02fafc9477fa210796.hot-update.user.js renamed to dist/main.fdbd1c3ddb556c41dd73.hot-update.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/omnivox-optimizer.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/modules/lea/documents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export function optimizeCourseDocuments() {
230230
readAllButton.textContent =
231231
unreadCount === docEntries.length
232232
? `Mark all read (${unreadCount})`
233-
: `Mark remaining (${unreadCount})`;
233+
: `Mark as read (${unreadCount})`;
234234
};
235235

236236
readAllButton.addEventListener("click", async () => {

0 commit comments

Comments
 (0)