From 3d24bfc22c9815daf825170108ffa94b890f97b7 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 14 Sep 2023 12:14:48 -0600 Subject: [PATCH] fix: [code-860]: fix string --- web/src/i18n/strings.en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/i18n/strings.en.yaml b/web/src/i18n/strings.en.yaml index 93127d56f..484e6c280 100644 --- a/web/src/i18n/strings.en.yaml +++ b/web/src/i18n/strings.en.yaml @@ -385,7 +385,7 @@ repoEmptyMarkdownExisting: | ### Or you can push an existing repository ```sh - git remote add REPO_URL + git remote add origin REPO_URL git branch -M DEFAULT_BRANCH git push -u origin DEFAULT_BRANCH ```