Skip to content

Commit fb11acb

Browse files
committed
remove only
1 parent 5ed4d1f commit fb11acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/theme/badges/EnterprisePlanFeatureBadge/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const EnterprisePlanFeatureBadge = ({feature='This feature', support=false, link
88
Enterprise plan feature
99
</div>
1010
<div>
11-
<p>{feature} {linking_verb_are ? 'are' : 'is'} only available in the Enterprise plan. {support ? `Contact support to enable this feature.` : 'To upgrade, visit the Plans page in the cloud console.'}</p>
11+
<p>{feature} {linking_verb_are ? 'are' : 'is'} available in the Enterprise plan. {support ? `Contact support to enable this feature.` : 'To upgrade, visit the Plans page in the cloud console.'}</p>
1212
</div>
1313
</div>
1414
)

src/theme/badges/ScalePlanFeatureBadge/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ScalePlanFeatureBadge = ({feature='This feature', linking_verb_are = false
88
Scale plan feature
99
</div>
1010
<div>
11-
<p>{feature} {linking_verb_are ? 'are' : 'is'} only available in the Scale and Enterprise plans. To upgrade, visit the Plans page in the cloud console.</p>
11+
<p>{feature} {linking_verb_are ? 'are' : 'is'} available in the Scale and Enterprise plans. To upgrade, visit the Plans page in the cloud console.</p>
1212
</div>
1313
</div>
1414
)

0 commit comments

Comments
 (0)