From 20926c3b672e9ab420b4a5a58670c79452e0ff01 Mon Sep 17 00:00:00 2001 From: Riccardo Forina Date: Wed, 10 Jan 2024 14:48:28 +0100 Subject: [PATCH] Fix the app title seen in the browser tab --- ui/messages/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/messages/en.json b/ui/messages/en.json index 8074c8449..54975721f 100644 --- a/ui/messages/en.json +++ b/ui/messages/en.json @@ -1,7 +1,7 @@ { "common": { - "title": "Integration Developer Hub", - "description": "lorem dolor ipsum", + "title": "Red Hat AMQ Streams console", + "description": "Red Hat AMQ is a lightweight, high-performance, robust messaging platform.", "search_hint": "Filter by {label}" }, "RefreshButton": {