From d7276850a218c4c0004814c803509911dbf50cc3 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 25 Feb 2022 00:36:15 +1000 Subject: [PATCH] Update jslib (#1374) * Update jslib * Update i18n --- jslib | 2 +- src/locales/en/messages.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index a6092916..1cbc119a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit a6092916d80424b8bf4d34e321a0b58f15c7519d +Subproject commit 1cbc119ad8c0447046624634dcd09262bb3f9b46 diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index e89af551..68f36d80 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -1813,5 +1813,8 @@ }, "options": { "message": "Options" + }, + "sessionTimeout": { + "message": "Your session has timed out. Please go back and try logging in again." } }