From 937f9e3c513c6a6fddafcc593be8e5475ceac831 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Mon, 9 Aug 2021 16:53:20 +0200 Subject: [PATCH] Merge pull request #4647 from overleaf/jel-add-translation Add missing translation GitOrigin-RevId: 9af50d3102b20f05588398a7e1ea2b07de3fefc4 --- services/web/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 43095ed966..9289beeb27 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1482,5 +1482,6 @@ "go_page": "Go to page __page__", "pagination_navigation": "Pagination Navigation", "can_now_relink_dropbox": "You can now <0>relink your Dropbox account.", - "skip_to_content": "Skip to content" + "skip_to_content": "Skip to content", + "logging_out": "Logging out" }