mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-11 05:57:37 +02:00
Merge pull request #476 from MareStare/fix/grammar-in-notifications-settings
Fix grammar in the Settings > Notifications > Subscribe on Reply
This commit is contained in:
commit
2bc0fdfd33
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ h1 Content Settings
|
|||
.field
|
||||
=> label f, :watch_on_reply, "Subscribe on Reply"
|
||||
=> checkbox f, :watch_on_reply, class: "checkbox"
|
||||
.fieldlabel: i Subscribe on Reply means you'll be subscribed things (images or topics) automatically as soon as you post a comment or reply, keeping you in the conversation.
|
||||
.fieldlabel: i Subscribe on Reply means you'll be subscribed to things (images or topics) automatically as soon as you post a comment or reply, keeping you in the conversation.
|
||||
.field
|
||||
=> label f, :watch_on_upload, "Subscribe on Upload"
|
||||
=> checkbox f, :watch_on_upload, class: "checkbox"
|
||||
|
|
Loading…
Add table
Reference in a new issue