Skip to content

Commit

Permalink
Merge branch 'master' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva authored Dec 19, 2019
2 parents dc5f813 + 3cefd6b commit c6dee63
Show file tree
Hide file tree
Showing 39 changed files with 1,451 additions and 812 deletions.
2 changes: 1 addition & 1 deletion scripts/aot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
npm list --depth=0

# Compile AOT.
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ $TRAVIS_BRANCH == 'security' ] || [ -z $TRAVIS_BRANCH ] ; then
cd scripts
./build_lang.sh
cd ..
Expand Down
2 changes: 1 addition & 1 deletion src/addon/block/myoverview/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"all": "All (except hidden)",
"favourites": "Starred",
"future": "Future",
"hiddencourses": "Hidden",
"hiddencourses": "Removed from view",
"inprogress": "In progress",
"lastaccessed": "Last accessed",
"morecourses": "More courses",
Expand Down
Loading

0 comments on commit c6dee63

Please sign in to comment.