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 {
|
||||
content = (
|
||||
<Fragment>
|
||||
<Title>Report a bug...</Title>
|
||||
<Title>Report a bug in Flipper</Title>
|
||||
<TitleInput
|
||||
placeholder="Title..."
|
||||
placeholder="Title"
|
||||
value={title}
|
||||
innerRef={this.setTitleRef}
|
||||
onChange={this.onTitleChange}
|
||||
@@ -246,7 +246,7 @@ class BugReporterDialog extends Component<Props, State> {
|
||||
/>
|
||||
|
||||
<DescriptionTextarea
|
||||
placeholder="Describe your problem in as much detail as possible..."
|
||||
placeholder="Describe your problem in as much detail as possible."
|
||||
value={description}
|
||||
innerRef={this.setDescriptionRef}
|
||||
onChange={this.onDescriptionChange}
|
||||
|
||||
@@ -181,7 +181,7 @@ class TitleBar extends React.Component<Props, StateFromProps> {
|
||||
<Button
|
||||
compact={true}
|
||||
onClick={() => this.props.setActiveSheet(ACTIVE_SHEET_BUG_REPORTER)}
|
||||
title="Report Bug"
|
||||
title="Report Bug in Flipper"
|
||||
icon="bug"
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user