提交 59b5843e 编写于 作者: G Grzegorz Bizon

Improve wording in registry notifications in the UI

上级 008441c4
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册