Skip to content

Commit

Permalink
fix: typo in make pull_translation for atlas (#4072)
Browse files Browse the repository at this point in the history
It doesn't pull from transifex, therefore Transifex shouldn't be
mentioned.
  • Loading branch information
OmarIthawi authored Sep 12, 2023
1 parent 5925b57 commit cb7f526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pull_translations:
atlas pull $(OPENEDX_ATLAS_ARGS) translations/course-discovery/course_discovery/conf/locale:course_discovery/conf/locale
python manage.py compilemessages

@echo "Translations pulled from Transifex and compiled."
@echo "Translations have been pulled via Atlas and compiled."
@echo "'make static' or 'make static.dev' is required to update the js i18n files."
endif

Expand Down

0 comments on commit cb7f526

Please sign in to comment.