1
0
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:
Daniel Pan 2019-05-15 17:27:04 +08:00 committed by GitHub
commit 1af4f60c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 (