Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Dec 19, 2024
1 parent 92cffc7 commit bfc35a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions breathecode/feedback/utils.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
strings = {
"es": {
"event": {
"title": "¿Que tan probable es que recomiendes eventos como estos a tus familiares y amigos?",
"title": "¿Qué tan probable es que recomiendes eventos como este a tus familiares y amigos?",
"highest": "muy probable",
"lowest": "poco probable",
},
"mentor": {
"title": "¿Como ha sido tu experiencia con tu mentor {}?",
"title": "¿Cómo ha sido tu experiencia con el mentor {} a lo largo del programa?",
"highest": "muy buena",
"lowest": "mala",
},
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"en": {
"event": {
"title": "How likely are you to recommend upcomint events to your friends and family?",
"title": "How likely are you to recommend upcoming events to your friends and family?",
"highest": "very likely",
"lowest": "not likely",
},
Expand All @@ -56,7 +56,7 @@
"lowest": "not likely",
},
"session": {
"title": "How was your experience in your mentoring with {}?",
"title": "How was your experience in your mentoring session with {}?",
"highest": "very useful",
"lowest": "not useful",
},
Expand Down

0 comments on commit bfc35a5

Please sign in to comment.