diff --git a/src/Constants/Copy/reqEditCopy.js b/src/Constants/Copy/reqEditCopy.js index 01c6019..cc4ed55 100644 --- a/src/Constants/Copy/reqEditCopy.js +++ b/src/Constants/Copy/reqEditCopy.js @@ -35,6 +35,9 @@ export const rogInstructions = [ ]; export const rogDefinitions = [ + { + text: '"And" and "or" have both conjunctive and disjunctive meanings as necessary to bring within the scope of each request all documents and information that might otherwise be construed to be outside its scope."', + }, { id: "545bff8d-66de-47fd-9f01-26c945ba8db3", text: "'You' refers to the party to whom the requests are addressed and any additional parties or entities as described in the foregoing instructions and these definitions.", @@ -45,7 +48,7 @@ export const rogDefinitions = [ }, { id: "dda1376c-3d42-471f-9cb8-4a1ecb9c10cc", - text: "“Document” means and includes all written and graphic matter of every kind and description, whether printed or produced by any process or by hand, whether final draft or reproduction, whether in the actual or constructive possession, custody or control of the respondent to a given interrogatory, including any and all written letters, correspondence, memoranda, notes, statements, transcripts, files, charters, articles of incorporation, securities, bonds, stocks, certificates of deposit, evidences of debt, contracts, agreements, licenses, memoranda or notes of telephone or personal conversations, work papers, tapes, charts, reports, books, ledgers, telegrams, sound recordings, books of account, customer account statements, financial statements, catalogs, checks, check stubs, and written statements of witnesses or other persons having knowledge pertaining to the pertinent facts requested or relating to the interrogatory or subpart thereof, whether or not these documents are claimed to be privileged against disclosure.", + text: "“Document” means and includes all written and graphic matter of every kind and description, whether printed or produced by any mechanical, digital or other process, or by hand, whether final draft or reproduction, whether in the actual or constructive possession, custody or control of the respondent to a given interrogatory. This includes any and all written letters, correspondence, memoranda, notes, statements, transcripts, files, charters, articles of incorporation, securities, bonds, stocks, certificates of deposit, evidences of debt, contracts, agreements, licenses, memoranda or notes of telephone or personal conversations, work papers, tapes, charts, reports, books, ledgers, telegrams, sound recordings, books of account, customer account statements, financial statements, catalogs, checks, check stubs, and written statements of witnesses or other persons having knowledge pertaining to the pertinent facts requested or relating to the interrogatory or subpart thereof, whether or not these documents are claimed to be privileged against disclosure.", }, { id: "05970162-1b13-4f98-ac73-91da0c8f0bf4", diff --git a/src/styles/doclist-page.scss b/src/styles/doclist-page.scss index d73ff10..f31e5e7 100644 --- a/src/styles/doclist-page.scss +++ b/src/styles/doclist-page.scss @@ -125,7 +125,7 @@ .user-name-container { margin-top: 8px; - margin-left: 7px; + margin-left: 7px !important; color: var(--font-light); font-weight: 500; }