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: another set of spelling corrections #2942

Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion platforms/src/Discord/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const PlatformDetails: PlatformSpec = {
icon: "./assets/discordStampIcon.svg",
platform: "Discord",
name: "Discord",
description: "Connect your Discord account to Gitcoin Passport to identity and reputation in Web3 communities.",
description: "Connect your Discord account to Passport to identity and reputation in Web3 communities.",
connectMessage: "Connect Account",
website: "https://discord.com/",
};
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/ETH/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class ETHPlatform extends Platform {

banner = {
heading: `
Click verify to process your Ethereum L1 transactions. Gitcoin uses a constantly
Click verify to process your Ethereum L1 transactions. Passport uses a constantly
evolving model to review your transaction history and compare against known Sybil
behavior. The number of points you'll receive is based on many factors related to
the overall activity of the address.
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Ens/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class EnsPlatform extends Platform {

banner = {
heading:
"The ENS stamp only recognizes ENS domains if they are set to your account as primary ENS (or reverse record).",
"The ENS Stamp only recognizes ENS domains if they are set to your account as primary ENS (or reverse record).",
cta: {
label: "Learn more",
url: "https://support.passport.xyz/passport-knowledge-base/stamps/how-do-i-add-passport-stamps/connecting-an-ens-account-to-passport",
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Gitcoin/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class GitcoinPlatform extends Platform {
banner = {
heading: (
<div>
To qualify for the Gitcoin stamp, your contributions must be made to grant rounds officially funded by Gitcoin.
To qualify for the Gitcoin Stamp, your contributions must be made to grant rounds officially funded by Gitcoin.
This includes designated rounds such as Citizens rounds, GG18, GG19, among others, as detailed{" "}
<Hyperlink href="https://github.com/ufkhan97/gitcoin-grants-heroku/blob/main/all_rounds.csv">here</Hyperlink>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Github/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class GithubPlatform extends Platform {
this.banner = {
heading: "Verifying Contribution Activity",
content:
"For the Contribution Activity credentials, make sure your contribution data is public. Go to Settings > Public Profile > Contributions & Activity and uncheck 'Make profile private and hide activity'. Verify your contribution history with your Gitcoin Passport!",
"For the Contribution Activity credentials, make sure your contribution data is public. Go to Settings > Public Profile > Contributions & Activity and uncheck 'Make profile private and hide activity'. Verify your contribution history with your Passport!",
cta: {
label: "Learn more",
url: "https://support.passport.xyz/passport-knowledge-base/stamps/how-do-i-add-passport-stamps/connecting-a-github-account-to-passport",
Expand Down
4 changes: 2 additions & 2 deletions platforms/src/Holonym/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class HolonymPlatform implements Platform {
path = "Holonym";

banner = {
heading: "To add the Holonym Stamp to your Gitcoin Passport...",
heading: "To add the Holonym Stamp to your Passport...",
content: (
<ul style={{ listStyleType: "disc", paddingLeft: "20px" }}>
<li>
Expand All @@ -19,7 +19,7 @@ export class HolonymPlatform implements Platform {
Go to <Hyperlink href="https://holonym.id">Holonym's page</Hyperlink>, verify your ID by connecting your
wallet, and follow prompts to obtain the Government ID or ePassport Proofs
</li>
<li>After verification, mint the SBT to your wallet, then link it to your Gitcoin Passport by verifying it.</li>
<li>After verification, mint the SBT to your wallet, then link it to your Passport by verifying it.</li>
</ul>
),
cta: {
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/Lens/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class LensPlatform extends Platform {
isEVM = true;

banner = {
content: `To add the Lens Stamp to your Gitcoin Passport, ensure you're using
content: `To add the Lens Stamp to your Passport, ensure you're using
your Lens Handle, not your profile. A Lens Handle is your unique identifier on
Lens, required for verification. Obtain a Handle either through the Lens beta or
by purchasing one from NFT marketplaces. Note: Verification may be delayed after
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/TrustaLabs/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class TrustaLabsPlatform extends Platform {
content: (
<div>
This uses Trusta&apos;s <Hyperlink href="https://www.trustalabs.ai/trustscan">TrustScan</Hyperlink> product
based on your activities on Eth Mainnet. You will not be able to claim the stamp if you lack sufficient data or
based on your activities on Eth Mainnet. You will not be able to claim the Stamp if you lack sufficient data or
have Sybil like patterns they have detected. Note, the MEDIA score for zkSync is different from this score. For
more questions please see their{" "}
<Hyperlink href="https://trusta-labs.gitbook.io/trustalabs/trustscan/q-and-a-for-sybil-score">Q&A</Hyperlink>.
Expand Down
Loading