Skip to content

Commit

Permalink
Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil committed Nov 7, 2022
1 parent 446ab70 commit b29e40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/execution-environment/repository-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ export class RepositoryForm extends React.Component<IProps, IState> {
this.state.formErrors,
['name', 'registry', 'registries'],
(alert) => this.addAlert(alert),
`Error when saving registry.`,
t`Error when saving registry.`,
);
return Promise.reject(new Error(e));
});
Expand Down

0 comments on commit b29e40a

Please sign in to comment.