From 6b653bfd61af52c04f2f2b741b7bc5794a9a736b Mon Sep 17 00:00:00 2001 From: Laura Frank Date: Thu, 11 Sep 2014 12:56:32 -0500 Subject: [PATCH] Updating error message for docker rmi command --- config/locales/en.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index b4a1211..9bbe3bc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -24,6 +24,17 @@ en: fleet_connection_error: "Fleet or Etcd services are not responding" journal_connection_error: "Journal API service is not responding" docker_connection_error: "Docker Remote API is not responding" - docker_rmi_error: "Unable to delete image -- it may be referenced by a running container" + docker_rmi_error: | +

Unable to delete image. It is referenced by another resource.

+ + registry_connection_error: "Docker Registry API is not responding" github_connection_error: "GitHub API is not responding"