Skip to content

Commit

Permalink
[v16] Fix "most, if not all," on Enroll Resources (#48117)
Browse files Browse the repository at this point in the history
* Fix "most, if not all," grammar

* Regenerate snapshots lol
  • Loading branch information
strideynet authored Oct 31, 2024
1 parent a8e11b1 commit 5dd0944
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export function SelectResource({ onSelect }: SelectResourceProps) {
<Box mt={4}>
<Header>Select Resource To Add</Header>
<HeaderSubtitle>
Teleport can integrate into most, if not all of your infrastructure.
Teleport can integrate into most, if not all, of your infrastructure.
Search for what resource you want to add.
</HeaderSubtitle>
<Box height="90px" width="600px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ exports[`render with URL loc state set to "server" 1`] = `
<div
class="c2"
>
Teleport can integrate into most, if not all of your infrastructure. Search for what resource you want to add.
Teleport can integrate into most, if not all, of your infrastructure. Search for what resource you want to add.
</div>
<div
class="c3"
Expand Down Expand Up @@ -937,7 +937,7 @@ exports[`render with all access 1`] = `
<div
class="c2"
>
Teleport can integrate into most, if not all of your infrastructure. Search for what resource you want to add.
Teleport can integrate into most, if not all, of your infrastructure. Search for what resource you want to add.
</div>
<div
class="c3"
Expand Down Expand Up @@ -2978,7 +2978,7 @@ exports[`render with no access 1`] = `
<div
class="c2"
>
Teleport can integrate into most, if not all of your infrastructure. Search for what resource you want to add.
Teleport can integrate into most, if not all, of your infrastructure. Search for what resource you want to add.
</div>
<div
class="c3"
Expand Down Expand Up @@ -5201,7 +5201,7 @@ exports[`render with partial access 1`] = `
<div
class="c2"
>
Teleport can integrate into most, if not all of your infrastructure. Search for what resource you want to add.
Teleport can integrate into most, if not all, of your infrastructure. Search for what resource you want to add.
</div>
<div
class="c3"
Expand Down

0 comments on commit 5dd0944

Please sign in to comment.