diff --git a/app/locale/en.coffee b/app/locale/en.coffee index 63b228460..d72b872cd 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -130,6 +130,7 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr new_password_verify: "Verify" email_subscriptions: "Email Subscriptions" email_announcements: "Announcements" + email_notifications: "Notifications" email_notifications_description: "Get periodic notifications for your account." email_announcements_description: "Get emails on the latest news and developments at CodeCombat." contributor_emails: "Contributor Class Emails" diff --git a/app/locale/nl.coffee b/app/locale/nl.coffee index 9182c54db..8e762eaeb 100644 --- a/app/locale/nl.coffee +++ b/app/locale/nl.coffee @@ -116,7 +116,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t account_settings: title: "Account Instellingen" not_logged_in: "Log in of maak een account om je instellingen aan te passen." - autosave: "Aanpassingen Worden Automatisch Opgeslagen" + autosave: "Aanpassingen Automatisch Opgeslagen" me_tab: "Ik" picture_tab: "Afbeelding" wizard_tab: "Tovenaar" @@ -130,6 +130,7 @@ module.exports = nativeDescription: "Nederlands", englishDescription: "Dutch", t new_password_verify: "Verifieer" email_subscriptions: "E-mail Abonnementen" email_announcements: "Aankondigingen" + email_notifications: "Notificaties" email_notifications_description: "Krijg periodieke meldingen voor jouw account." email_announcements_description: "Verkrijg emails over het laatste nieuws en de ontwikkelingen bij CodeCombat." contributor_emails: "Medewerker Klasse emails" diff --git a/app/templates/account/settings.jade b/app/templates/account/settings.jade index bae178865..d64936645 100644 --- a/app/templates/account/settings.jade +++ b/app/templates/account/settings.jade @@ -8,7 +8,7 @@ block content p(data-i18n="account_settings.not_logged_in") Log in or create an account to change your settings. else - button.btn#save-button.disabled.secret(data-i18n="account_settings.saveBackups") Changes Save Automatically + button.btn#save-button.disabled.secret(data-i18n="account_settings.autosave") Changes Save Automatically ul.nav.nav-pills#settings-tabs li