Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Sep 28, 2024
1 parent 916f84c commit 241b7af
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/views/pages/globalping/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h1 class="gp-credits_info_title">Globalping limits and credits</h1>

<div class="gp-credits_info_descr">
Start using Globalping for free! You don't even need to register, just start using any of our web apps or tools<br /> right away!
Start using Globalping for free - no registration needed!
</div>

<div class="gp-credits_info_user-benefits">
Expand Down Expand Up @@ -79,7 +79,7 @@ <h1 class="gp-credits_info_title">Globalping limits and credits</h1>

<span class="gp-credits_info_user-benefits_block_hint">
<span>Higher limits for members!</span>
<img as-tooltip="[ 'By creating a free account you help us', 'fight abuse while getting access to', 'many valuable features like probe', 'management and credits generation.' ], 'bottom', undefined, undefined, 'multiline gp-credits_tooltip'"
<img as-tooltip="[ 'By creating a free account you help us fight abuse while getting access to higher limits and additional features.' ], 'top', undefined, undefined, 'multiline gp-credits_tooltip'"
width="14"
height="14"
src="{{@shared.assetsHost}}/img/globalping/help-icon.svg">
Expand Down Expand Up @@ -111,14 +111,16 @@ <h2 class="gp-credits_become-a-sponsor_block_title">Become a sponsor</h2>
<h3 class="gp-credits_become-a-sponsor_block_subtitle">+200 tests per $1 donated</h3>

<div class="gp-credits_become-a-sponsor_block_content">
We aim to offer a free and reliable service to everyone, from home users and solo developers to startups, corporations and large enterprises.
To support the active development of the project we're doing our best to keep things fair.
Everyone gets free credits and passive credits generation features, but we still require larger corporations to help us pay for the development costs.
We aim to offer a reliable service to everyone,
from home users and solo developers to startups, corporations, and large enterprises.
We're doing our best to keep things fair. Everyone gets a number of free requests every hour,
while larger users may pay for additional requests, and help support the active development of the project.
</div>

<a class="gp_btn_green gp-credits_become-a-sponsor_block_btn"
on-click="@this.openLink('{{@shared.serverHost}}/#join-the-network')">
Host a probe
<a target="_blank"
href="https://github.com/sponsors/jsdelivr"
class="gp_btn_green gp-credits_become-a-sponsor_block_btn">
Become a GitHub sponsor
</a>
</div>

Expand All @@ -128,23 +130,21 @@ <h2 class="gp-credits_become-a-sponsor_block_title">Host a probe</h2>
<h3 class="gp-credits_become-a-sponsor_block_subtitle">+150 tests/probe/day</h3>

<div class="gp-credits_become-a-sponsor_block_content">
Generate free credits passively! Simply adopt a Globalping probe under your account and become a member of the community.
For every day your probe stays online you will get free credits to be used in your tests!
Generate free credits passively!
Become a member of the community by hosting a probe and adopting it under your account.
For each day your probe stays online, you will get additional free credits.
</div>

<a target="_blank"
href="https://github.com/sponsors/jsdelivr"
class="gp_btn_green gp-credits_become-a-sponsor_block_btn">
Become a GitHub sponsor
<a class="gp_btn_green gp-credits_become-a-sponsor_block_btn"
on-click="@this.openLink('{{@shared.serverHost}}/#join-the-network')">
Host a probe
</a>
</div>
</div>

<div class="gp-credits_faq">
<h2 class="gp-credits_faq_title">Frequently Asked Questions</h2>
<span class="gp-credits_faq_descr">
Start using Globalping for free! You don't even need to register, just start using any of our web apps or tools right away!
</span>
<span class="gp-credits_faq_descr"></span>

<div class="gp-credits_faq_list">
{{#each faq}}
Expand Down Expand Up @@ -191,7 +191,7 @@ <h2 class="gp-credits_faq_title">Frequently Asked Questions</h2>
},
{
question: 'How to buy more credits?',
answer: 'You will need to register an account first and then donate your chosen ammount using GitHub Sponsors. Our system will pick up the donation and credit your account.',
answer: 'You will need to register an account first and then donate your chosen amount using GitHub Sponsors. Our system will pick up the donation and credit your account automatically.',
},
{
question: 'Can I use credits to power a commercial tool or product?',
Expand Down

0 comments on commit 241b7af

Please sign in to comment.