From 4b69482a9218eef898ae78f5d75c09785a26cc9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Sun, 6 Aug 2017 12:51:24 +0200 Subject: [PATCH] Improve trophy awarded count See #2315 --- com.woltlab.wcf/templates/trophy.tpl | 5 ++++- wcfsetup/install/lang/de.xml | 1 + wcfsetup/install/lang/en.xml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/trophy.tpl b/com.woltlab.wcf/templates/trophy.tpl index 33c3a52059..d5e33ebef0 100644 --- a/com.woltlab.wcf/templates/trophy.tpl +++ b/com.woltlab.wcf/templates/trophy.tpl @@ -19,7 +19,10 @@

{$trophy->getTitle()}

diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index f1cedb7301..ff46583d98 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -3701,6 +3701,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email} getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}“ erhalten.]]> + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index cb48866503..73414470cf 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3692,6 +3692,7 @@ Open the link below to access the user profile: getTrophy()->getLink()}">{$userTrophy->getTrophy()->getTitle()}”.]]> + -- 2.20.1