Change bulk header editor setting verbiage (#2717)

This change is to be consistent with #2713.
This commit is contained in:
Isaac Moore 2020-10-12 22:15:51 -05:00 committed by GitHub
parent 474da01295
commit 81ad8ba2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ class General extends React.PureComponent<Props, State> {
<div className="pad-bottom">
<div className="row-fill row-fill--top">
<div>
{this.renderBooleanSetting('Force bulk header editor', 'useBulkHeaderEditor', '')}
{this.renderBooleanSetting('Use bulk header editor', 'useBulkHeaderEditor', '')}
{this.renderBooleanSetting(
'Vertical request/response layout',
'forceVerticalLayout',