Skip to content

Commit 67a10b9

Browse files
authored
[Fundamentals] Fix permission name (#24236)
1 parent 28102ba commit 67a10b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/fundamentals/account-permissions-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ import { Markdown } from "~/components";
4747
| { props.src === "api" && "Account" } API Gateway {props.editWord} | Grants write access to [API Gateway (including API Shield)](/api-shield/) for all domains in an account. |
4848
| Billing Read | Grants read access to [billing profile, subscriptions, and access to fetch invoices](/billing/) and entitlements. |
4949
| Billing {props.editWord} | Grants write access to [billing profile, subscriptions, and access to fetch invoices and entitlements](/billing/). |
50-
| Bulk URL Redirects Read | Grants read access to [Bulk Redirects](/rules/url-forwarding/bulk-redirects/). |
51-
| Bulk URL Redirects {props.editWord} | Grants write access to [Bulk Redirects](/rules/url-forwarding/bulk-redirects/). |
50+
| { props.src === "dash" ? "Bulk" : "Mass" } URL Redirects Read | Grants read access to [Bulk Redirects](/rules/url-forwarding/bulk-redirects/). |
51+
| { props.src === "dash" ? "Bulk" : "Mass" } URL Redirects {props.editWord} | Grants write access to [Bulk Redirects](/rules/url-forwarding/bulk-redirects/). |
5252
| China Network Steering Read | Grants read access to [China Network Steering](/china-network/). |
5353
| China Network Steering {props.editWord} | Grants write access to [China Network Steering](/china-network/). |
5454
| Cloudchamber Read | Grants read access to Cloudchamber deployments. |

0 commit comments

Comments
 (0)