From 6e43d306b88c6d2044ab6332a1482b52291ba0b1 Mon Sep 17 00:00:00 2001 From: Johan Book <13253042+johanbook@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:05:25 +0200 Subject: [PATCH] fix(web-ui): update locale (#923) Co-authored-by: Johan Book <{ID}+{username}@users.noreply.github.com> --- services/web-ui/public/locales/en/connections.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web-ui/public/locales/en/connections.json b/services/web-ui/public/locales/en/connections.json index 3add07da..af5d89fd 100644 --- a/services/web-ui/public/locales/en/connections.json +++ b/services/web-ui/public/locales/en/connections.json @@ -1,4 +1,4 @@ { - "no-connections": "You have no connections yet. Start one now", + "no-connections": "You haven't started any chats yet. Start one now", "header": "Chats" }