Skip to content

Commit af8b79d

Browse files
authored
Merge pull request #88 from ClickHouse/lang_change_enterprise
remove only for badges
2 parents cf0cef3 + fb11acb commit af8b79d

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)