From 0d01295e79056d72d0c988a50dc9842069363b25 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:34:27 -0700 Subject: [PATCH] Update GitHub strings See #4024 --- .github/dependabot.yml | 2 +- .github/workflows/ci.yml | 2 +- README.md | 2 +- docs/changelog.md | 2 +- src-ui/messages.xlf | 4 ++-- .../app/components/manage/settings/settings.component.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6c3b65f0..b17dc0b59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,7 +48,7 @@ updates: reviewers: - "paperless-ngx/backend" - # Enable updates for Github Actions + # Enable updates for GitHub Actions - package-ecosystem: "github-actions" target-branch: "dev" directory: "/" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4ab6abce..b52b9c3fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -327,7 +327,7 @@ jobs: with: platforms: arm64 - - name: Login to Github Container Registry + name: Login to GitHub Container Registry uses: docker/login-action@v2 with: registry: ghcr.io diff --git a/README.md b/README.md index 69e904fcc..60e447dd8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A demo is available at [demo.paperless-ngx.com](https://demo.paperless-ngx.com) # Getting started -The easiest way to deploy paperless is docker-compose. The files in the [`/docker/compose` directory](https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose) are configured to pull the image from Github Packages. +The easiest way to deploy paperless is docker-compose. The files in the [`/docker/compose` directory](https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose) are configured to pull the image from GitHub Packages. If you'd like to jump right in, you can configure a docker-compose environment with our install script: diff --git a/docs/changelog.md b/docs/changelog.md index 34868f77f..63fb74d6f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3281,7 +3281,7 @@ this big change. wherein Paperless wasn't recognising `.tif` files properly. Thanks to [ayounggun](https://github.com/ayounggun) for reporting this one and to [Kusti Skytén](https://github.com/kskyten) for posting the - correct solution in the Github issue. + correct solution in the GitHub issue. ### 0.6.0 diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index c21a5c463..4f2cf697d 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -4486,8 +4486,8 @@ 135 - - Update checking works by pinging the public Github API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. + + Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/manage/settings/settings.component.html 139,142 diff --git a/src-ui/src/app/components/manage/settings/settings.component.html b/src-ui/src/app/components/manage/settings/settings.component.html index e834f36de..9ff2a06d3 100644 --- a/src-ui/src/app/components/manage/settings/settings.component.html +++ b/src-ui/src/app/components/manage/settings/settings.component.html @@ -137,7 +137,7 @@

- Update checking works by pinging the public Github API for the latest release to determine whether a new version is available.
+ Update checking works by pinging the public GitHub API for the latest release to determine whether a new version is available.
Actual updating of the app must still be performed manually.