From: Joshua Rüsweg Date: Sun, 6 Aug 2017 10:51:24 +0000 (+0200) Subject: Improve trophy awarded count X-Git-Tag: 3.1.0_Alpha_1~77 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4b69482a9218eef898ae78f5d75c09785a26cc9b;p=GitHub%2FWoltLab%2FWCF.git Improve trophy awarded count See #2315 --- 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()}”.]]> +