From 40774b04985c3baf9c3d4b7ee03922934cee676b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 13 Jul 2023 08:59:51 +0200 Subject: [PATCH] Put user name in the tooltip of the chat button on the user profile --- webapp/locales/de.json | 2 +- webapp/locales/en.json | 2 +- webapp/pages/profile/_id/_slug.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 0564248f2..a9a8e9ed4 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -80,7 +80,7 @@ "chat": { "userProfileButton": { "label": "Chat", - "tooltip": "Chatte mit {USERNAME}" + "tooltip": "Chatte mit „{name}“" } }, "client-only": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 2572dd160..9af3e11af 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -80,7 +80,7 @@ "chat": { "userProfileButton": { "label": "Chat", - "tooltip": "Chat with {USERNAME}" + "tooltip": "Chat with “{name}”" } }, "client-only": { diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index df670d542..f17a96d94 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -82,7 +82,7 @@