From e4d11d55d7670c5dae7e27557690170a7d3e2483 Mon Sep 17 00:00:00 2001 From: WattleFoxxo <88825700+WattleFoxxo@users.noreply.github.com> Date: Wed, 24 Jul 2024 02:53:49 +1000 Subject: [PATCH 1/2] Added missing Contacts.NoSession Added "Not in any session" as Contacts.NoSession --- en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/en.json b/en.json index 3222020..267aed9 100644 --- a/en.json +++ b/en.json @@ -649,6 +649,7 @@ "Contacts.WriteMessage": "Write a message...", "Contacts.InSession": "In {name}", + "Contacts.NoSession": "Not in any session", "Contacts.InPrivate": "In Private World", "Contacts.InContactsOnly": "In Contacts Only World", "Contacts.InHidden": "In Hidden World", 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 2/2] 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",