Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Armbrust <[email protected]>
  • Loading branch information
sebxian committed Jan 5, 2024
1 parent 075b6d7 commit 9d875b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
"settings": "Settings",
"gateway": "Gateway",
"gatewayRoutes": "Routes",
"gatewayConsumers": "Consumer",
"gatewayConsumers": "Consumers",
"jqPlayground": "jq Playground"
},
"namespaceEdit": {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/namespace/Settings/Registries/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ const RegistriesList: FC = () => {
item={{
...item,
/**
* ItemRow is used by registies, secrets and variables
* ItemRow is used by registries, secrets and variables
* when all migrate to api V2 and have a unique id the
* type signature of item can be updated from name to id
* (all Playwright tests need to be updated as then)
* (all Playwright tests need to be updated as well then)
*/
name: item.url,
}}
Expand Down

0 comments on commit 9d875b3

Please sign in to comment.