Skip to content

Commit

Permalink
fix(entities-plugins): i18n string for vault secret picker CTA (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito authored Aug 14, 2024
1 parent 4377bda commit 54f1bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/entities/entities-plugins/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"plugin": "plugin"
},
"vault_secret_picker": {
"title": "Look up Key on Vault",
"title": "Look up Key in Vault",
"vault": {
"label": "Vault",
"placeholder": "Select a vault"
Expand All @@ -612,7 +612,7 @@
},
"provider": {
"complete_action": "Look up {cta}",
"cta": "Key on Vault"
"cta": "Key in Vault"
}
}
}

0 comments on commit 54f1bb5

Please sign in to comment.