diff options
| author | crupest <crupest@outlook.com> | 2020-06-07 14:21:17 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-06-07 14:21:17 +0800 |
| commit | 962360988d90418d40de50a0b993ed0a2232761d (patch) | |
| tree | 45df698eaf57a7eeb9e9234833e8583554a3aac0 /Timeline/ClientApp/src/locales/scheme.ts | |
| parent | 977dc97011c655978ee25a31db2c347645854ef5 (diff) | |
| download | timeline-962360988d90418d40de50a0b993ed0a2232761d.tar.gz timeline-962360988d90418d40de50a0b993ed0a2232761d.tar.bz2 timeline-962360988d90418d40de50a0b993ed0a2232761d.zip | |
feat(front): Fix #74 .
Diffstat (limited to 'Timeline/ClientApp/src/locales/scheme.ts')
| -rw-r--r-- | Timeline/ClientApp/src/locales/scheme.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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: {
|
