From 1e90a93049cd57098608de72f02bfaabfadd32b6 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 3 Jun 2020 21:47:32 +0800 Subject: fix: Fix #88 . --- Timeline/ClientApp/src/locales/en/translation.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Timeline/ClientApp/src/locales/en') 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, which is a Web App with <3>timeline as its core concept. Its frontend and backend are both developed by <5>me, 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', -- cgit v1.2.3