mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 23:38:37 +00:00
Merge pull request #3464 from haiwen/email-notice-text
[user settings] email notice: added explanation
This commit is contained in:
commit
1af4f60c3d
@ -54,6 +54,7 @@ class EmailNotice extends React.Component {
|
||||
return (
|
||||
<div className="setting-item" id="email-notice">
|
||||
<h3 className="setting-item-heading">{gettext('Email Notification of File Changes')}</h3>
|
||||
<p className="mb-1">{gettext('The list of added, deleted and modified files will be sent to your mailbox.')}</p>
|
||||
<form method="post" action="" id="set-email-notice-interval-form" onSubmit={this.formSubmit}>
|
||||
{this.intervalOptions.map((item, index) => {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user