From 962360988d90418d40de50a0b993ed0a2232761d 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