Clarify build-in bugreporter use
Summary: Just to distinguish this from the other bug reporter we have. Reviewed By: cekkaewnumchai Differential Revision: D18636872 fbshipit-source-id: d7bfca3908083d198647af90aa6d9d1c615e6a44
This commit is contained in:
committed by
Facebook Github Bot
parent
d6b7bd557b
commit
86caf00ead
@@ -236,9 +236,9 @@ class BugReporterDialog extends Component<Props, State> {
|
|||||||
} else {
|
} else {
|
||||||
content = (
|
content = (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Title>Report a bug...</Title>
|
<Title>Report a bug in Flipper</Title>
|
||||||
<TitleInput
|
<TitleInput
|
||||||
placeholder="Title..."
|
placeholder="Title"
|
||||||
value={title}
|
value={title}
|
||||||
innerRef={this.setTitleRef}
|
innerRef={this.setTitleRef}
|
||||||
onChange={this.onTitleChange}
|
onChange={this.onTitleChange}
|
||||||
@@ -246,7 +246,7 @@ class BugReporterDialog extends Component<Props, State> {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<DescriptionTextarea
|
<DescriptionTextarea
|
||||||
placeholder="Describe your problem in as much detail as possible..."
|
placeholder="Describe your problem in as much detail as possible."
|
||||||
value={description}
|
value={description}
|
||||||
innerRef={this.setDescriptionRef}
|
innerRef={this.setDescriptionRef}
|
||||||
onChange={this.onDescriptionChange}
|
onChange={this.onDescriptionChange}
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ class TitleBar extends React.Component<Props, StateFromProps> {
|
|||||||
<Button
|
<Button
|
||||||
compact={true}
|
compact={true}
|
||||||
onClick={() => this.props.setActiveSheet(ACTIVE_SHEET_BUG_REPORTER)}
|
onClick={() => this.props.setActiveSheet(ACTIVE_SHEET_BUG_REPORTER)}
|
||||||
title="Report Bug"
|
title="Report Bug in Flipper"
|
||||||
icon="bug"
|
icon="bug"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user