diff options
author | crupest <crupest@outlook.com> | 2020-06-03 21:47:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-03 21:47:32 +0800 |
commit | 92e50c4a3ea250dc18c76bc8c29d86d486e63772 (patch) | |
tree | ddf52735fd200b4c8116f4269cb15cd1bf8639c1 /Timeline/ClientApp/src/locales/scheme.ts | |
parent | c7b2c7933239a53769d3d46af5b0a90f7650085c (diff) | |
download | timeline-92e50c4a3ea250dc18c76bc8c29d86d486e63772.tar.gz timeline-92e50c4a3ea250dc18c76bc8c29d86d486e63772.tar.bz2 timeline-92e50c4a3ea250dc18c76bc8c29d86d486e63772.zip |
fix: Fix #88 .
Diffstat (limited to 'Timeline/ClientApp/src/locales/scheme.ts')
-rw-r--r-- | Timeline/ClientApp/src/locales/scheme.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/locales/scheme.ts b/Timeline/ClientApp/src/locales/scheme.ts index 6517e7b7..6e2a3669 100644 --- a/Timeline/ClientApp/src/locales/scheme.ts +++ b/Timeline/ClientApp/src/locales/scheme.ts @@ -142,8 +142,7 @@ export default interface TranslationResource { site: {
title: string;
content: string;
- frontendRepo: string;
- backendRepo: string;
+ repo: string;
};
credits: {
title: string;
|