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/scheme.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Timeline/ClientApp/src/locales/scheme.ts') diff --git a/Timeline/ClientApp/src/locales/scheme.ts b/Timeline/ClientApp/src/locales/scheme.ts index fef39a8e..0bf08257 100644 --- a/Timeline/ClientApp/src/locales/scheme.ts +++ b/Timeline/ClientApp/src/locales/scheme.ts @@ -135,6 +135,10 @@ export default interface TranslationResource { errorEmptyNewPassword: string; errorRetypeNotMatch: string; }; + dialogConfirmLogout: { + title: string; + prompt: string; + }; }; about: { author: { -- cgit v1.2.3