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 ```