break up long line

This commit is contained in:
Roman Cervantes 2019-09-13 15:13:48 -07:00
parent f662daf6c9
commit a286a10a17

View file

@ -13,7 +13,11 @@
<div>
<h3>{{ notification.name }}</h3>
<small>{{ $t('releases.published', { date: formattedDate(notification.published_at) })}}</small>
<small>
{{ $t('releases.published', {
date: formattedDate(notification.published_at)
})}}
</small>
</div>
</div>