Commit 59b5843e authored by Grzegorz Bizon's avatar Grzegorz Bizon

Improve wording in registry notifications in the UI

parent 008441c4
...@@ -11,10 +11,10 @@ module Projects ...@@ -11,10 +11,10 @@ module Projects
def destroy def destroy
if image.destroy if image.destroy
redirect_to project_container_registry_path(@project), redirect_to project_container_registry_path(@project),
notice: 'Images repository has been removed successfully!' notice: 'Image repository has been removed successfully!'
else else
redirect_to project_container_registry_path(@project), redirect_to project_container_registry_path(@project),
alert: 'Failed to remove images repository!' alert: 'Failed to remove image repository!'
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment