From 08d0093851c35892e3ab391b4b01a337a999daec Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 8 Jun 2016 20:19:37 +0200 Subject: [PATCH] typo --- public/modules/forms/base/config/i18n/german.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/modules/forms/base/config/i18n/german.js b/public/modules/forms/base/config/i18n/german.js index 17f074b0..c9f5c33f 100644 --- a/public/modules/forms/base/config/i18n/german.js +++ b/public/modules/forms/base/config/i18n/german.js @@ -2,7 +2,7 @@ angular.module('forms').config(['$translateProvider', function ($translateProvider) { - $translateProvider.translations('spanish', { + $translateProvider.translations('german', { FORM_SUCCESS: 'Ihre Angaben wurden gespeichert.', REVIEW: 'Unvollständig', BACK_TO_FORM: 'Zurück zum Formular',