Add the new recent activity language variables for reactions
authorJoshua Rüsweg <ruesweg@woltlab.com>
Tue, 21 May 2019 09:47:54 +0000 (11:47 +0200)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Tue, 21 May 2019 09:51:58 +0000 (11:51 +0200)
pages/migration/wsc-31/migration_wsc-31_like.md

index d5ba4301a8ad7356ef7b964879ad15caa6cd60c2..5d974844091dc060ff90cc71202f1fdac2ce3636 100644 (file)
@@ -107,7 +107,7 @@ Reaction ({objectName})
 
 _Your language variable for the recent activity text_
 ```
-Reacted with “{$reactionType->getTitle()}” to the {objectName}.
+Reacted with <span title="{$reactionType->getTitle()}" class="jsTooltip">{@$reactionType->renderIcon()}</span> to the {objectName}.
 ```
 
 #### German
@@ -118,7 +118,7 @@ Reaktion ({objectName})
 
 _Your language variable for the recent activity text_
 ```
-Hat mit „{$reactionType->getTitle()}“ auf {objectName} reagiert.
+Hat mit <span title="{$reactionType->getTitle()}" class="jsTooltip">{@$reactionType->renderIcon()}</span> auf {objectName} reagiert.
 ```
 
 ### Comments