Skip to content

Commit 1692dc5

Browse files
committed
[B] Update collect/uncollect label for a11y
- Change "Collect/Uncollect {title}" to "Add/Remove {title} to My Starred or Reading Group"
1 parent 9572f96 commit 1692dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/config/app/locale/en-US/json/shared/actions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cancel_delete": "$t(actions.cancel) $t(actions.delete)",
1717
"clear_selection": "Clear Selection",
1818
"close": "Close",
19-
"collect": "Collect {{title}}",
19+
"collect": "Add \"{{title}}\" to My Starred or Reading Group",
2020
"confirm": "Confirm",
2121
"confirm_delete": "$t(actions.confirm) $t(actions.delete)",
2222
"continue": "Continue",
@@ -84,7 +84,7 @@
8484
"submit": "Submit",
8585
"toggle_collecting": "Toggle collecting dialog for {{title}}",
8686
"toggle_to_state": "Toggle {{label}} to {{state}}",
87-
"uncollect": "Uncollect {{title}}",
87+
"uncollect": "Remove \"{{title}}\" from My Starred or Reading Group",
8888
"unflag": "Unflag",
8989
"unmute": "Unmute",
9090
"update": "Update",

0 commit comments

Comments
 (0)