From c9e5d60dfb1c8d53ce5731e7027e2ccfe5953ef5 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 13 Nov 2020 13:01:11 +0100 Subject: [PATCH] Add missing translation if sign in failed --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index 8ae9e2b8..645a5b56 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -254,6 +254,7 @@ de: show: Dashboard sessions: new: Anmelden + create: Anmelden destroy_through_lti: Code-Abgabe statistics: show: "Statistiken" diff --git a/config/locales/en.yml b/config/locales/en.yml index 2fdcad09..f7420a4f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -254,6 +254,7 @@ en: show: Dashboard sessions: new: Sign In + create: Sign In destroy_through_lti: Code Submission statistics: show: "Statistics"