mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Change bulk header editor setting verbiage (#2717)
This change is to be consistent with #2713.
This commit is contained in:
parent
474da01295
commit
81ad8ba2c8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user