File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [[ $# -lt 1 ]]; then
2424 usage;
2525fi
2626
27- MAILER_DIR=" ./fxa-auth-server "
27+ MAILER_DIR=" ../libs/accounts/email-renderer "
2828CONTENT_DIR=" ./fxa-content-server"
2929PAYMENTS_DIR=" ./fxa-payments-server"
3030PAYMENTS_NEXT_DIR=" ../apps/payments/next"
@@ -142,7 +142,7 @@ sed -i'' -e 's/Language: sv_SE/Language: sv/g' "$L10N_DIR/locale/sv/LC_MESSAGES/
142142cp $PAYMENTS_DIR /public/locales/en/payments.ftl $L10N_DIR /locale/templates
143143cp $PAYMENTS_NEXT_DIR /public/locales/en/payments-next.ftl $L10N_DIR /locale/templates
144144cp $SETTINGS_DIR /public/locales/en/settings.ftl $L10N_DIR /locale/templates
145- cp $MAILER_DIR /public/locales/en/auth .ftl $L10N_DIR /locale/templates
145+ cp $MAILER_DIR /public/locales/en/emails .ftl $L10N_DIR /locale/templates
146146cp $REACT_DIR /public/locales/en/react.ftl $L10N_DIR /locale/templates
147147cp $SHARED_DIR /l10n/src/lib/branding.ftl $L10N_DIR /locale/templates
148148
You can’t perform that action at this time.
0 commit comments