diff --git a/ui/src/kapacitor/components/ValuesSection.js b/ui/src/kapacitor/components/ValuesSection.js
index c80e0e4da..d3b8f0f74 100644
--- a/ui/src/kapacitor/components/ValuesSection.js
+++ b/ui/src/kapacitor/components/ValuesSection.js
@@ -156,7 +156,8 @@ const Relative = React.createClass({
before is
- this.input = r} defaultValue={value} onKeyUp={this.handleInputChange}>%
+ this.input = r} defaultValue={value} onKeyUp={this.handleInputChange}>
+ { change === CHANGES[1] ? '%' : '' }
);
},