diff --git a/framework/core/js/src/admin/components/MailPage.js b/framework/core/js/src/admin/components/MailPage.js index 842710363..78570a7a0 100644 --- a/framework/core/js/src/admin/components/MailPage.js +++ b/framework/core/js/src/admin/components/MailPage.js @@ -30,12 +30,6 @@ export default class MailPage extends Page { const settings = app.data.settings; this.fields.forEach(key => this.values[key] = m.prop(settings[key])); - - this.localeOptions = {}; - const locales = app.locales; - for (const i in locales) { - this.localeOptions[i] = `${locales[i]} (${i})`; - } } view() {