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 | 1e90a93049cd57098608de72f02bfaabfadd32b6 (patch) | |
tree | dfe592760d8a80e511928829834b1ba6d02527f5 /Timeline/ClientApp/src/locales/en | |
parent | 325a7b930cf197ff0a42042d698849e752243eb3 (diff) | |
download | timeline-1e90a93049cd57098608de72f02bfaabfadd32b6.tar.gz timeline-1e90a93049cd57098608de72f02bfaabfadd32b6.tar.bz2 timeline-1e90a93049cd57098608de72f02bfaabfadd32b6.zip |
fix: Fix #88 .
Diffstat (limited to 'Timeline/ClientApp/src/locales/en')
-rw-r--r-- | Timeline/ClientApp/src/locales/en/translation.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/locales/en/translation.ts b/Timeline/ClientApp/src/locales/en/translation.ts index 86fd6d52..803f8ea6 100644 --- a/Timeline/ClientApp/src/locales/en/translation.ts +++ b/Timeline/ClientApp/src/locales/en/translation.ts @@ -153,8 +153,7 @@ const translation: TranslationResource = { title: 'Site Information',
content:
'The name of this site is <1>Timeline</1>, which is a Web App with <3>timeline</3> as its core concept. Its frontend and backend are both developed by <5>me</5>, and open source on GitHub. It is relatively easy to deploy it on your own server, which is also one of my goals. Welcome to comment anything in GitHub repository.',
- frontendRepo: 'Frontend GitHub Repo',
- backendRepo: 'Backend GitHub Repo',
+ repo: 'GitHub Repo',
},
credits: {
title: 'Credits',
|