Fix copy
parent
ec0ba3ba8c
commit
ef4e09d4d6
|
@ -31,7 +31,7 @@ const AlertaConfig = React.createClass({
|
|||
|
||||
return (
|
||||
<div className="panel-body">
|
||||
<h4 className="text-center">Alerta alerts</h4>
|
||||
<h4 className="text-center">Alerta Alert</h4>
|
||||
<br/>
|
||||
<form onSubmit={this.handleSaveAlert}>
|
||||
<div className="row">
|
||||
|
|
|
@ -34,7 +34,7 @@ const VictoropsConfig = React.createClass({
|
|||
|
||||
return (
|
||||
<div className="panel-body">
|
||||
<h4 className="text-center">SMTP Alert</h4>
|
||||
<h4 className="text-center">VictorOps Alert</h4>
|
||||
<br/>
|
||||
<form onSubmit={this.handleSaveAlert}>
|
||||
<div className="row">
|
||||
|
|
Loading…
Reference in New Issue