Updated translations for EN/DE. Fix translation string.

This commit is contained in:
Emanuel Schütze 2016-12-02 16:20:44 +01:00
parent 486f0601eb
commit 9009c9e2e9
3 changed files with 1449 additions and 1310 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
<!-- Recommendation -->
<div ng-if="motion.getRecommendationName() != ''">
<h3 translate>{{ config('motions_recommendations_by') }}</h3>
<h3>{{ config('motions_recommendations_by') }}</h3>
{{ motion.getRecommendationName() }}
</div>