From 4581a20260f0b63634ff88a8a5799af2ca426bac Mon Sep 17 00:00:00 2001 From: Beaudan Brown Date: Mon, 25 Nov 2019 15:35:13 +1100 Subject: [PATCH] Add new string i18n stuff --- _locales/en/messages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7050831ae..cb33b4dad 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1999,6 +1999,18 @@ "Button action that the user can click to copy their public keys" }, + "banUser": { + "message": "Ban user", + "description": + "Ban user from public chat by public key." + }, + + "banUserConfirm": { + "message": "Are you sure you want to ban user?", + "description": + "Message shown when confirming user ban." + }, + "copyChatId": { "message": "Copy Chat ID" },