mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
fix: fix occurred typo [EE-4536] (#7994)
This commit is contained in:
parent
193e0c7d6f
commit
a0237852ef
7 changed files with 8 additions and 8 deletions
|
@ -140,7 +140,7 @@ angular.module('portainer.docker').controller('CreateVolumeController', [
|
|||
$state.go('docker.volumes', {}, { reload: true });
|
||||
})
|
||||
.catch(function error(err) {
|
||||
Notifications.error('Failure', err, 'An error occured during volume creation');
|
||||
Notifications.error('Failure', err, 'An error occurred during volume creation');
|
||||
})
|
||||
.finally(function final() {
|
||||
$scope.state.actionInProgress = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue