1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 13:24:52 +00:00

[user settings] email notice: added explanation

This commit is contained in:
llj
2019-05-15 15:45:34 +08:00
parent aa5ad1f8b0
commit f9a09e17b6

View File

@@ -54,6 +54,7 @@ class EmailNotice extends React.Component {
return ( return (
<div className="setting-item" id="email-notice"> <div className="setting-item" id="email-notice">
<h3 className="setting-item-heading">{gettext('Email Notification of File Changes')}</h3> <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}> <form method="post" action="" id="set-email-notice-interval-form" onSubmit={this.formSubmit}>
{this.intervalOptions.map((item, index) => { {this.intervalOptions.map((item, index) => {
return ( return (