From 89dd72b4ac29d0195604f7eaa522b64b21bc037a Mon Sep 17 00:00:00 2001 From: matias-portainer <104775949+matias-portainer@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:31:08 -0300 Subject: [PATCH] fix(registry): correct words in registry page and other places EE-4894 (#8356) --- CONTRIBUTING.md | 4 ++-- .../registry-form-gitlab/registry-form-gitlab.html | 10 +++++----- .../forms/registry-form-quay/registry-form-quay.html | 4 ++-- app/portainer/views/auth/auth.html | 2 +- app/portainer/views/registries/create/options.tsx | 4 ++-- app/portainer/views/registries/edit/registry.html | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62a331862..37eb771df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Each commit message should include a **type**, a **scope** and a **subject**: (): ``` -Lines should not exceed 100 characters. This allows the message to be easier to read on github as well as in various git tools and produces a nice, neat commit log ie: +Lines should not exceed 100 characters. This allows the message to be easier to read on GitHub as well as in various git tools and produces a nice, neat commit log ie: ``` #271 feat(containers): add exposed ports in the containers view @@ -63,7 +63,7 @@ The subject contains succinct description of the change: ## Contribution process -Our contribution process is described below. Some of the steps can be visualized inside Github via specific `status/` labels, such as `status/1-functional-review` or `status/2-technical-review`. +Our contribution process is described below. Some of the steps can be visualized inside GitHub via specific `status/` labels, such as `status/1-functional-review` or `status/2-technical-review`. ### Bug report diff --git a/app/portainer/components/forms/registry-form-gitlab/registry-form-gitlab.html b/app/portainer/components/forms/registry-form-gitlab/registry-form-gitlab.html index fa0fb88f8..9bb5380e5 100644 --- a/app/portainer/components/forms/registry-form-gitlab/registry-form-gitlab.html +++ b/app/portainer/components/forms/registry-form-gitlab/registry-form-gitlab.html @@ -3,12 +3,12 @@

- For information on how to generate a Gitlab Personal Access Token, follow the - gitlab guide. + For information on how to generate a GitLab Personal Access Token, follow the + GitLab guide.

-
Gitlab registry connection details
+
GitLab registry connection details
@@ -122,7 +122,7 @@
-
Gitlab projects
+
GitLab projects
Select the project's registries you want to manage. Portainer will create one registry for each selected project. @@ -133,7 +133,7 @@
- +
diff --git a/app/portainer/views/auth/auth.html b/app/portainer/views/auth/auth.html index 636a0bd3f..8e7f8df86 100644 --- a/app/portainer/views/auth/auth.html +++ b/app/portainer/views/auth/auth.html @@ -32,7 +32,7 @@
- Login with Github + Login with GitHub
diff --git a/app/portainer/views/registries/create/options.tsx b/app/portainer/views/registries/create/options.tsx index 5d064f33c..b6802e60b 100644 --- a/app/portainer/views/registries/create/options.tsx +++ b/app/portainer/views/registries/create/options.tsx @@ -48,8 +48,8 @@ export const options = [ { id: 'registry_gitlab', icon: Gitlab, - label: 'Gitlab', - description: 'Gitlab container registry', + label: 'GitLab', + description: 'GitLab container registry', value: '4', }, { diff --git a/app/portainer/views/registries/edit/registry.html b/app/portainer/views/registries/edit/registry.html index d355b0ad0..4f7f64e4b 100644 --- a/app/portainer/views/registries/edit/registry.html +++ b/app/portainer/views/registries/edit/registry.html @@ -209,7 +209,7 @@
- +
- +