Improve wording in registry notifications in the UI

This commit is contained in:
Grzegorz Bizon 2017-04-04 11:50:26 +02:00
parent 008441c49e
commit 59b5843eb0
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ module Projects
def destroy
if image.destroy
redirect_to project_container_registry_path(@project),
notice: 'Images repository has been removed successfully!'
notice: 'Image repository has been removed successfully!'
else
redirect_to project_container_registry_path(@project),
alert: 'Failed to remove images repository!'
alert: 'Failed to remove image repository!'
end
end