Skip to content

Commit

Permalink
Merge pull request #105 from upendraTekdi/cohort_list
Browse files Browse the repository at this point in the history
Task #223474: update center to center in transalation
  • Loading branch information
itsvick authored Aug 8, 2024
2 parents 2f9b566 + d0d7fab commit cee7095
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"DASHBOARD": "Dashboard",
"MANAGE_USERS": "Manage Users",
"COURSE_PLANNER": "Course Planner",
"CENTER": "Centers",
"CENTERS": "Centers",
"FACILITATORS": "Facilitators",
"LEARNERS": "Learners",
"TEAM_LEADERS": "Team Leaders",
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/sidebar/MenuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Menuitems = [
},

{
title: "SIDEBAR.CENTER",
title: "SIDEBAR.CENTERS",
icon: "users",
href: "/centers",
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/centers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ const Center: React.FC = () => {

// props to send in header
const userProps = {
userType: t("SIDEBAR.CENTER"),
userType: t("SIDEBAR.CENTERS"),
searchPlaceHolder: t("CENTERS.SEARCHBAR_PLACEHOLDER"),
selectedState: selectedState,
selectedStateCode: selectedStateCode,
Expand Down

0 comments on commit cee7095

Please sign in to comment.