]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications/notification.tpl
Update translation fie after adding a string
[friendica.git] / view / templates / notifications / notification.tpl
index 4ff7bc7a8b90ecb5d33e48c111257b701e1b602f..b5c684cd8224cbf63ca19c777628e333e11d6fa0 100644 (file)
@@ -1,4 +1,4 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
-       <a href="{{$item_link}}"><img src="{{$item_image}}" aria-hidden="true" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
+       <a href="{{$notification.link}}"><img src="{{$notification.image}}" aria-hidden="true" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
 </div>