diff --git a/packages/bruno-app/src/components/CollectionSettings/Auth/index.js b/packages/bruno-app/src/components/CollectionSettings/Auth/index.js index aa608ef6e..38a958e93 100644 --- a/packages/bruno-app/src/components/CollectionSettings/Auth/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/Auth/index.js @@ -38,9 +38,9 @@ const Auth = ({ collection }) => { return ( -
- Configures authentication for the entire collection. This applies to all requests using the 'Inherit' option in - the 'Auth' tab, as well as any new requests added to this collection. +
+ Configures authentication for the entire collection. This applies to all requests using the{' '} + Inherit option in the Auth tab.
diff --git a/packages/bruno-app/src/components/CollectionSettings/ClientCertSettings/index.js b/packages/bruno-app/src/components/CollectionSettings/ClientCertSettings/index.js index 084e4acee..f92e4cf26 100644 --- a/packages/bruno-app/src/components/CollectionSettings/ClientCertSettings/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/ClientCertSettings/index.js @@ -31,7 +31,7 @@ const ClientCertSettings = ({ clientCertConfig, onUpdate, onRemove }) => { return ( -
Add client certificates to be used for specific domains.
+
Add client certificates to be used for specific domains.

Client Certificates

    diff --git a/packages/bruno-app/src/components/CollectionSettings/Headers/index.js b/packages/bruno-app/src/components/CollectionSettings/Headers/index.js index 91639b392..718a38bd5 100644 --- a/packages/bruno-app/src/components/CollectionSettings/Headers/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/Headers/index.js @@ -64,7 +64,9 @@ const Headers = ({ collection }) => { return ( -
    Add request headers that will be sent with every request in this collection.
    +
    + Add request headers that will be sent with every request in this collection. +
    diff --git a/packages/bruno-app/src/components/CollectionSettings/Info/index.js b/packages/bruno-app/src/components/CollectionSettings/Info/index.js index d0685ebc0..42bd74db0 100644 --- a/packages/bruno-app/src/components/CollectionSettings/Info/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/Info/index.js @@ -23,7 +23,7 @@ function countRequests(items) { const Info = ({ collection }) => { return ( -
    General information about the collection.
    +
    General information about the collection.
    diff --git a/packages/bruno-app/src/components/CollectionSettings/Presets/index.js b/packages/bruno-app/src/components/CollectionSettings/Presets/index.js index 474fdf0b5..734bd90ef 100644 --- a/packages/bruno-app/src/components/CollectionSettings/Presets/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/Presets/index.js @@ -28,7 +28,7 @@ const PresetsSettings = ({ collection }) => { return ( -
    +
    These presets will be used as the default values for new requests in this collection.
    diff --git a/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js b/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js index d92268915..fda2b51c6 100644 --- a/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/ProxySettings/index.js @@ -96,7 +96,7 @@ const ProxySettings = ({ proxyConfig, onUpdate }) => { return ( -
    Configure proxy settings for this collection.
    +
    Configure proxy settings for this collection.