Skip to content

Commit

Permalink
fix: typo in make pull_translation for atlas
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 committed Aug 31, 2023
1 parent 2f2307f commit d834ce4
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 has been pulled via Atlas and has been compiled."
@echo "'make static' or 'make static.dev' is required to update the js i18n files."
endif

Expand Down

0 comments on commit d834ce4

Please sign in to comment.