Unverified Commit d72f5f7c authored by chrisgarrity's avatar chrisgarrity Committed by GitHub

Merge pull request #5915 from chrisgarrity/issue/5912-no-conf-tx

Fix tx-push script for conference 2021 page
parents 4bc4e62c 5edb223e
...@@ -31,7 +31,7 @@ if (args[0] === '--execute') { ...@@ -31,7 +31,7 @@ if (args[0] === '--execute') {
const overrides = { const overrides = {
'src/views/teachers/faq/l10n.json': 'teacher-faq-l10njson', 'src/views/teachers/faq/l10n.json': 'teacher-faq-l10njson',
'src/views/teachers/landing/l10n.json': 'educator-landing-l10njson', 'src/views/teachers/landing/l10n.json': 'educator-landing-l10njson',
'src/views/conference/2020/index/l10n.json': 'conference-index-2020-l10njson', 'src/views/conference/2021/index/l10n.json': 'conference-index-2021-l10njson',
'src/views/conference/2019/index/l10n.json': 'conference-index-2019-l10njson', 'src/views/conference/2019/index/l10n.json': 'conference-index-2019-l10njson',
'src/views/conference/2017/index/l10n.json': 'conference-index-2017-l10njson' 'src/views/conference/2017/index/l10n.json': 'conference-index-2017-l10njson'
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment