Closed (won't fix)
Project:
Subscriptions
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2013 at 14:53 UTC
Updated:
30 Apr 2013 at 22:26 UTC
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.