Skip to content

Commit

Permalink
feat: translates button
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Jan 15, 2024
1 parent 4352470 commit 02d6482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zubhub_frontend/zubhub/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
"unexpected": "Uh oh! Seems like we hit a snag :( Maybe try again later?"
}
},

"createProject": {
"activityProjectCreate": "Create this Project",
"welcomeMsg": {
"primary": "Create Project",
"secondary": "Tell us about your project!"
Expand Down
1 change: 1 addition & 0 deletions zubhub_frontend/zubhub/public/locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
},

"createProject": {
"activityProjectCreate": "यह प्रोजेक्ट बनाएं",
"welcomeMsg": {
"primary": "प्रोजेक्ट बनाएं",
"secondary": "हमें अपनी परियोजना के बारे में बताएं!"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function ActivityDetailsV2(props) {
handleCreateProject();
}}
>
Create this Project
{t('projectDetails.createProject.activityProjectCreate')}
</CustomButton>
<CustomButton
onClick={handleDownload}
Expand Down

0 comments on commit 02d6482

Please sign in to comment.