Skip to content

Commit

Permalink
Merge pull request #103 from socialappslab/fix/490/fix-roles-label
Browse files Browse the repository at this point in the history
fix: change team_leader label by facilitator
  • Loading branch information
fego-dev authored Dec 19, 2024
2 parents 98e9af9 + 1b6a0fb commit b5b04c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
"red": "Red Sites"
},
"teamLeader": "Facilitator",
"facilitador": "Facilitator",
"cards": {
"numberVisits": "Number of visits",
"numberSites": "Number of sites",
Expand Down
1 change: 1 addition & 0 deletions assets/i18n/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
"red": "Sitios Rojos"
},
"teamLeader": "Facilitador",
"facilitador": "Facilitador",
"cards": {
"numberVisits": "Número de visitas",
"numberSites": "Número de sitios",
Expand Down
1 change: 1 addition & 0 deletions assets/i18n/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
"red": "Locais Vermelhos"
},
"teamLeader": "Facilitador",
"facilitador": "Facilitador",
"cards": {
"numberVisits": "Número de visitas",
"numberSites": "Número de locais",
Expand Down
2 changes: 1 addition & 1 deletion schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface Member {
rol: string;
}

export const TEAM_LEADER_ROLE = "team_leader";
export const TEAM_LEADER_ROLE = "facilitador";

export interface Team extends BaseObject {
organization: Organization;
Expand Down

0 comments on commit b5b04c7

Please sign in to comment.