diff --git a/webapp/locales/de.json b/webapp/locales/de.json index fb33e2fd8..909659366 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -160,6 +160,11 @@ } }, "common": { + "your": { + "post": "Dein Beitrag ::: Deine Beiträge", + "comment": "Dein Kommentar ::: Deine Kommentare", + "shouted": "Deine Empfehlung ::: Deine Empfehlungen" + }, "post": "Beitrag ::: Beiträge", "comment": "Kommentar ::: Kommentare", "letsTalk": "Miteinander reden", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 8330f97b2..bd517a7ce 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -160,6 +160,11 @@ } }, "common": { + "your": { + "post": "Your Post ::: Your Posts", + "comment": "Your Comment ::: Your Comments", + "shout": "Your Shout ::: Your Shouts" + }, "post": "Post ::: Posts", "comment": "Comment ::: Comments", "letsTalk": "Let`s Talk", diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index 7aef41715..9a7af82ac 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -137,7 +137,15 @@ - + @@ -147,28 +155,43 @@ - - - + - + - --> - - - + - + - --> + @@ -343,6 +366,14 @@ export default {