Commit f60820ed authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix wording in registry tags controller notifications

parent cb2ce845
...@@ -6,10 +6,10 @@ module Projects ...@@ -6,10 +6,10 @@ module Projects
def destroy def destroy
if tag.delete if tag.delete
redirect_to project_container_registry_path(@project), redirect_to project_container_registry_path(@project),
notice: 'Tag removed successfull!' notice: 'Registry tag has been removed successfully!'
else else
redirect_to project_container_registry_path(@project), redirect_to project_container_registry_path(@project),
alert: 'Failed to remove repository tag!' alert: 'Failed to remove registry tag!'
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