Skip to content

Commit c6dee63

Browse files
authored
Merge branch 'master' into integration
2 parents dc5f813 + 3cefd6b commit c6dee63

File tree

39 files changed

+1451
-812
lines changed

39 files changed

+1451
-812
lines changed

scripts/aot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm list --depth=0
55

66
# Compile AOT.
7-
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ -z $TRAVIS_BRANCH ] ; then
7+
if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $TRAVIS_BRANCH == 'desktop' ] || [ $TRAVIS_BRANCH == 'security' ] || [ -z $TRAVIS_BRANCH ] ; then
88
cd scripts
99
./build_lang.sh
1010
cd ..

src/addon/block/myoverview/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"all": "All (except hidden)",
44
"favourites": "Starred",
55
"future": "Future",
6-
"hiddencourses": "Hidden",
6+
"hiddencourses": "Removed from view",
77
"inprogress": "In progress",
88
"lastaccessed": "Last accessed",
99
"morecourses": "More courses",

0 commit comments

Comments
 (0)