From f85dfed0cb9650ff579ed1bcb85106f96e711fdb Mon Sep 17 00:00:00 2001 From: WattleFoxxo <88825700+WattleFoxxo@users.noreply.github.com> Date: Wed, 24 Jul 2024 04:00:37 +1000 Subject: [PATCH] Update Contacts.NoSession in en.json followed @stiefeljackal 's advice and shortened to just "No Session" --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 267aed9..f31366e 100644 --- a/en.json +++ b/en.json @@ -649,7 +649,7 @@ "Contacts.WriteMessage": "Write a message...", "Contacts.InSession": "In {name}", - "Contacts.NoSession": "Not in any session", + "Contacts.NoSession": "No Session", "Contacts.InPrivate": "In Private World", "Contacts.InContactsOnly": "In Contacts Only World", "Contacts.InHidden": "In Hidden World",