Hello, please see my attached screenshot.
The checkbox in the Subscribe fieldset always says 'Subscribe to this page'. It would be nice if instead of "page", it said the name of the content type.
Ex: Subscribe to this Forum topic, Subscribe to this Recipe, Subscribe to this Project, etc.
Thanks,
Richard
| Comment | File | Size | Author |
|---|---|---|---|
| Capture.png | 20.91 KB | richardp |
Comments
Comment #1
salvisThis would be difficult to translate, because many languages aren't as simple as English where you can just fill in the name of content type and it'll fit.
You can easily write a little custom module, hook_form_alter() the subscribe form, and customize these texts as desired.