Skip to content

Commit eb496d1

Browse files
committed
replaces "Metric" with a clearer "Application"
1 parent 374e216 commit eb496d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/javascript/components/NameSelector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class NameSelector extends React.Component {
1919
let selectedName = this.props.labels.filter(x => x.name == "__name__")[0];
2020
selectedName = selectedName ? selectedName.value : "none";
2121
return <span>
22-
Metric:&nbsp;
22+
Application:&nbsp;
2323
<select className="label-select" value={selectedName} onChange={this.selectName}>
2424
<option
2525
disabled

0 commit comments

Comments
 (0)