Skip to content

Commit 287a531

Browse files
authored
Remove pluralization line (#2659)
1 parent b73255d commit 287a531

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/pages/project/vpcs/internet-gateway-edit.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,7 @@ export function EditInternetGatewayForm() {
194194
<FormDivider />
195195

196196
<div className="flex flex-col gap-3">
197-
<SideModal.Heading>
198-
Routes targeting this gateway
199-
{gatewayIpPools && gatewayIpPools.length > 1 ? 's' : ''}
200-
</SideModal.Heading>
197+
<SideModal.Heading>Routes targeting this gateway</SideModal.Heading>
201198
<Table>
202199
<Table.Header>
203200
<Table.HeaderRow>

0 commit comments

Comments
 (0)