Browse Source

update editions wording

tags/6.7-RC1
Stas Vilchik 6 years ago
parent
commit
a592477590

+ 1
- 7
server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx View File

@@ -32,15 +32,9 @@ export default function NoBranchSupportPopup(props: Props) {
<h6 className="spacer-bottom">{translate('branches.no_support.header')}</h6>
<p className="big-spacer-bottom markdown">{translate('branches.no_support.header.text')}</p>
<p>
<a href="https://redirect.sonarsource.com/doc/branches.html" target="_blank">
<a href="https://redirect.sonarsource.com/editions/developer.html" target="_blank">
{translate('learn_more')}
</a>
<a
className="button spacer-left"
href="https://www.sonarsource.com/company/contact/"
target="_blank">
{translate('branches.buy_developer_pack')}
</a>
</p>
</div>
</BubblePopup>

+ 1
- 8
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap View File

@@ -19,18 +19,11 @@ exports[`renders 1`] = `
</p>
<p>
<a
href="https://redirect.sonarsource.com/doc/branches.html"
href="https://redirect.sonarsource.com/editions/developer.html"
target="_blank"
>
learn_more
</a>
<a
className="button spacer-left"
href="https://www.sonarsource.com/company/contact/"
target="_blank"
>
branches.buy_developer_pack
</a>
</p>
</div>
</BubblePopup>

+ 1
- 1
server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx View File

@@ -34,7 +34,7 @@ export default function NoWorkersSupportPopup(props: Props) {
{translate('background_tasks.add_more_workers.text')}
</p>
<p>
<a href="https://redirect.sonarsource.com/plugins/governance.html" target="_blank">
<a href="https://redirect.sonarsource.com/editions/enterprise.html" target="_blank">
{translate('learn_more')}
</a>
</p>

+ 2
- 3
sonar-core/src/main/resources/org/sonar/l10n/core.properties View File

@@ -2155,7 +2155,7 @@ background_tasks.number_of_workers.warning=Configuring additional workers withou
background_tasks.change_number_of_workers=Edit CE Workers
background_tasks.change_number_of_workers.hint=If your queue backs up behind the analysis reports from large projects, increasing the number of Compute Engine workers will allow you to take full advantage of having configured increased Compute Engine memory on a multi-core server (vertical scaling).
background_tasks.add_more_workers=Speed up your analysis by adding more Workers
background_tasks.add_more_workers.text=Increase the number of Compute Engine Workers with the Governance product. Available in our commercial editions.
background_tasks.add_more_workers.text=Increase the number of Compute Engine Workers with the Enterprise Edition.
background_tasks.search_by_task_or_component=Search by Task or Component
background_tasks.failing_count=Count of projects where processing of most recent analysis report failed

@@ -2523,8 +2523,7 @@ branches.detection_of_long_living_branches.description=Regular expression used t
branches.set_leak_period=Set Leak Period
branches.last_analysis_date=Last Analysis Date
branches.no_support.header=Get the most out of SonarQube with branches analysis
branches.no_support.header.text=Analyze each branch of your project separately with our Developer Pack.
branches.buy_developer_pack=Buy Developer Pack
branches.no_support.header.text=Analyze each branch of your project separately with the Developer Edition.


#------------------------------------------------------------------------------

Loading…
Cancel
Save