Skip to content

Commit

Permalink
fix secret label
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Jan 2, 2024
1 parent 5948588 commit 1168fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions shell/assets/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4134,8 +4134,8 @@ plugins:
image:
label: Catalog Image Reference
placeholder: "e.g. hub.docker.io/example-org/my-image:latest"
imagePullSecret:
label: Image Pull Secret
imagePullSecrets:
label: Image Pull Secrets
tooltip: Must be of Type `kubernetes.io/dockercfg` or `kubernetes.io/dockerconfigjson`
secrets:
banner: "If the registry that hosts the Catalog Image requires Pull Secrets, they must be created in the following namespace:<pre>cattle-ui-plugin-system</pre>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ export default {
<div class="fields">
<LabeledSelect
v-model="imagePullSecrets"
:label="t('plugins.manageCatalog.imageLoad.fields.imagePullSecret.label')"
:tooltip="t('plugins.manageCatalog.imageLoad.fields.imagePullSecret.tooltip')"
:label="t('plugins.manageCatalog.imageLoad.fields.imagePullSecrets.label')"
:tooltip="t('plugins.manageCatalog.imageLoad.fields.imagePullSecrets.tooltip')"
:multiple="true"
:taggable="true"
:options="imagePullNamespacedSecrets"
Expand Down

0 comments on commit 1168fdb

Please sign in to comment.