Skip to content

Commit

Permalink
Merge pull request breatheco-de#1106 from breatheco-de/alesanchezr-pa…
Browse files Browse the repository at this point in the history
…tch-5

Update views.py
  • Loading branch information
alesanchezr authored Oct 4, 2023
2 parents a615666 + 243c10f commit 8b5ddca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breathecode/admissions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1896,8 +1896,8 @@ def post(self, request, cohort_id=None):
if not resource:
raise ValidationException(translation(
lang,
en='You can\'t join to this cohort due to you didn\'t subscribe to it',
es='No puedes unirte a esta cohorte porque no te has suscrito a ella',
en='Your current subscription does not include access to this cohort',
es='Tus subscripciones actuales no incluyen poder acceder a esta cohort',
slug='not-subscribed'),
code=400)

Expand Down

0 comments on commit 8b5ddca

Please sign in to comment.