Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct grammar on How CrowdNode staking works dialog #1226

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<string name="crowdnode_minimum_deposit_difference">Deposit %s to start earning</string>
<string name="crowdnode_first_deposit">First deposit should be more than %s</string>
<string name="crowdnode_staking_info_title">How CrowdNode staking works</string>
<string name="crowdnode_staking_info_message_first">The Dash Network is driven by a number of Masternodes which is an essential part of facilitating payments.</string>
<string name="crowdnode_staking_info_message_first">The Dash Network is driven by a number of Masternodes which are an essential part of facilitating payments.</string>
<string name="crowdnode_staking_info_message_second">A Masternode needs 1000 Dash as collateral and each Masternode is currently rewarded approximately %s%% per year.</string>
<string name="crowdnode_staking_apy_title">Current APY is %s%%</string>
<string name="crowdnode_staking_info_message">You start earning if your CrowdNode account has more than %s</string>
Expand All @@ -107,7 +107,7 @@
<string name="crowdnode_staking_receiving_rewards_title">Receiving rewards</string>
<string name="crowdnode_staking_receiving_rewards_message">You will receive fractional payments automatically and they will by default be reinvested, however, it is also easy to set up automatic withdrawals to receive recurring payouts.</string>
<string name="crowdnode_staking_first_minimum_deposit_title">First Minimum Deposit</string>
<string name="crowdnode_staking_join_pool_message">As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where they by pooling deposits from members can achieve the benefits of owning a Masternode.</string>
<string name="crowdnode_staking_join_pool_message">As most people do not have exactly 1000 Dash at hand, CrowdNode has made a service where, by pooling deposits from members, they can achieve the benefits of owning a Masternode.</string>
<string name="crowdnode_staking_join_pool_title">Joining the pool</string>
<string name="crowdnode_staking_crowdnode_benefits_title">CrowdNode benefits</string>
<string name="crowdnode_staking_connected_dash_address_title">Connected Dash address</string>
Expand Down
Loading