Add back missing translation

This commit is contained in:
mattwr18 2019-10-24 10:40:50 +02:00
parent cf8124fb2d
commit e8cf51095a
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</div>
<ds-space centered>
<nuxt-link to="/notifications">
{{ $t('notifications.page') }}
{{ $t('notifications.pageLink') }}
</nuxt-link>
</ds-space>
</template>

View File

@ -177,6 +177,7 @@
},
"comment": "Kommentar",
"title": "Benachrichtigungen",
"pageLink": "Alle Benachrichtigungen",
"post": "Beitrag",
"user": "Benutzer",
"content": "Inhalt",

View File

@ -178,6 +178,7 @@
},
"comment": "Comment",
"title": "Notifications",
"pageLink": "All notifications",
"post": "Post",
"user": "User",
"content": "Content",