Skip to content

Commit

Permalink
Merge pull request #8399 from cipherboy/fix-missing-word-warnings
Browse files Browse the repository at this point in the history
Fix missing "to" in account restriction warnings
  • Loading branch information
Mab879 committed Mar 22, 2022
2 parents 18c2a76 + 6070801 commit 0bb7711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ocil_clause: 'there are unauthorized local user accounts on the system'
{{% if 'rhel' in product or 'ol' in product %}}
warnings:
- general: |-
Automatic remediation of this control is not available. Due the unique
Automatic remediation of this control is not available due to the unique
requirements of each system.
{{% endif %}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ocil: |-
warnings:
- general: |-
Automatic remediation of this control is not available. Due the unique requirements of each system.
Automatic remediation of this control is not available due to the unique requirements of each system.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ ocil: |-
warnings:
- general: |-
Automatic remediation of this control is not available. Due the unique requirements of each system.
Automatic remediation of this control is not available due to the unique requirements of each system.

0 comments on commit 0bb7711

Please sign in to comment.