From 8beba9c8b291c77c6ed94ec40173d30d0769a511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 11 Jun 2019 22:57:53 +0200 Subject: [PATCH] Remove obsolete translations @ogerly I saw that you added tooltips to the menu bars. However, it is not "Your posts" that you see there, it's the posts of the user whose profile you are looking at. As a fix, I removed the tooltips in an earlier merge commit, because I think they don't improve user experience here. --- webapp/locales/de.json | 5 ----- webapp/locales/en.json | 5 ----- 2 files changed, 10 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index f2d1e7415..6f7bb3299 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -172,11 +172,6 @@ } }, "common": { - "your": { - "post": "Dein Beitrag ::: Deine Beiträge", - "comment": "Dein Kommentar ::: Deine Kommentare", - "shout": "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 093393045..8544498b7 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -172,11 +172,6 @@ } }, "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",