Skip to content

Commit

Permalink
Tweaks Projects site copy (#527)
Browse files Browse the repository at this point in the history
Fixes some small inconsistencies with Projects site naming / references.
  • Loading branch information
grega authored May 26, 2023
1 parent 7c62e8f commit b6a05e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,21 +286,21 @@ i18n
heading: "You are not able to see this project",
loginButtonText: "Log in to your account",
newProject: "Create a new code project",
projectsSiteLinkText: "Explore project site",
text: "If this is your project, log in to see it. If this is not your project you can visit the project site for cool project ideas or start coding in a new project.",
projectsSiteLinkText: "Explore Projects site",
text: "If this is your project, log in to see it. If this is not your project you can visit the Projects site for cool project ideas or to start coding in a new project.",
},
accessDeniedWithAuthModal: {
heading: "You can't access this project",
newProject: "Create a new code project",
projectsSiteLinkText: "Explore project site",
text: "Visit the project site for cool project ideas or start coding in a new project.",
projectsSiteLinkText: "Explore Projects site",
text: "Visit the Projects site for cool project ideas or start coding in a new project.",
},
loading: "Loading",
notFoundModal: {
heading: "This project does not exist",
newProject: "Start new code project",
projectsSiteLinkText: "Explore project site",
text: "You can start coding in a new project, or visit the project site for cool project ideas.",
projectsSiteLinkText: "Explore Projects site",
text: "You can start coding in a new project, or visit the Projects site for cool project ideas.",
},
untitled: "Untitled project",
},
Expand Down

0 comments on commit b6a05e5

Please sign in to comment.