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