Skip to content

Commit

Permalink
✏️ change step3 of home page (#542)
Browse files Browse the repository at this point in the history
* ✏️ change step3 of home page

* 🔥 delete zenika steps
  • Loading branch information
MailyLehoux authored Feb 8, 2023
1 parent fdcde3b commit 6e6e5f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
10 changes: 0 additions & 10 deletions i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@ export default {
step3:
"Here you can see the graphic representation of your top 5 skills. But by clicking on it, you will be able to note new skills, or modify the ones you want !",
},
zenika: {
titlestep1: "Amount of rated skills",
step1:
"Here you can see the total number of skills for this category in the agency that you have selected.",
step2:
"These are the top 5 skills rated based on the desire and skill levels.",
titlestep3: "Let's see skills that the agency has noted ! 🚀",
step3:
"Here you can see the graphic representation of the top 5 skills of the agency mentioned. But by clicking on it, you will be able to all skills noted !",
},
mine: {
titlestep1: "My skills",
step1:
Expand Down
10 changes: 0 additions & 10 deletions i18n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,6 @@ export default {
step3:
"Ici, tu peux voir la représentation graphique de tes 5 meilleurs compétences. Mais en cliquant dessus, tu pourra noter de nouvelles compétences, ou modifier celles que tu souhaites !",
},
zenika: {
titlestep1: "Total des skills notés",
step1:
"Ici, tu peux voir le nombre total des compétences notée par agence, pour cette catégorie.",
step2:
"Ce sont les 5 meilleurs compétences notées en fonction des niveaux de désire, et de compétence.",
titlestep3: "C'est parti ! 🚀",
step3:
"Ici, tu peux voir la représentation graphique des 5 meilleurs compétences par rapport à l'agence selectionnée. Mais en cliquant dessus, tu pourra voir tous les skills notés !",
},
mine: {
titlestep1: "Mes compétences",
step1:
Expand Down
4 changes: 2 additions & 2 deletions src/constants/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export function getTutorialStep(t: (path: string) => string, stepName: String) {
return [
{
target: ".step3-graph",
content: t("onboarding.demo.zenika.step3"),
title: t("onboarding.demo.zenika.titlestep3"),
content: t("onboarding.demo.home.step3"),
title: t("onboarding.demo.home.titlestep3"),
},
];
if (stepName === "homeGraph")
Expand Down

0 comments on commit 6e6e5f9

Please sign in to comment.