fix(services): pre fill service registry and image [EE-1769] (#5798)

fix(services): pre fill service registry and image [EE-1769]  (#5798)
This commit is contained in:
Marcelo Rydel
2021-10-14 09:42:10 -03:00
committed by GitHub
parent 12e7aa6b60
commit edb25ee10d
7 changed files with 29 additions and 12 deletions

View File

@@ -580,7 +580,7 @@ angular.module('portainer.docker').controller('CreateContainerController', [
$scope.formValues.RegistryModel = model;
})
.catch(function error(err) {
Notifications.error('Failure', err, 'Unable to retrive registry');
Notifications.error('Failure', err, 'Unable to retrieve registry');
});
}