From b25bc9b56a2e4b1df0b039f1bc5bc4dead5335b1 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 7 Jun 2020 14:21:17 +0800 Subject: feat(front): Fix #74 . --- Timeline/ClientApp/src/locales/en/translation.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Timeline/ClientApp/src/locales/en') diff --git a/Timeline/ClientApp/src/locales/en/translation.ts b/Timeline/ClientApp/src/locales/en/translation.ts index 6faf1121..99783d04 100644 --- a/Timeline/ClientApp/src/locales/en/translation.ts +++ b/Timeline/ClientApp/src/locales/en/translation.ts @@ -146,6 +146,11 @@ const translation: TranslationResource = { errorEmptyNewPassword: "New password can't be empty.", errorRetypeNotMatch: 'Password retyped does not match.', }, + dialogConfirmLogout: { + title: 'Confirm Logout', + prompt: + 'Are you sure to log out? All cached data in the browser will be deleted.', + }, }, about: { author: { -- cgit v1.2.3