diff options
Diffstat (limited to 'Timeline/ClientApp/src/locales/en/translation.ts')
-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',
|