Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix localisation in unmap route from apps modal (unmap route from app…
Browse files Browse the repository at this point in the history
… is fine) (#1206)
  • Loading branch information
richard-cox authored and Irfan Habib committed Aug 1, 2017
1 parent 8be23f3 commit 3055bb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/cloud-foundry/frontend/i18n/en_US/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"unmap-apps": {
"title": "Unmap Route from Applications",
"description": "@:routes.unmap-app.description",
"button-yes": "@:routes.unmap-app.button-yes",
"error": "@:routes.unmap-app.error",
"description": "@:cf.routes.unmap-app.description",
"button-yes": "@:cf.routes.unmap-app.button-yes",
"error": "@:cf.routes.unmap-app.error",
"partial-error": "Some applications failed to unmap from route",
"success": "@:routes.unmap-app.success"
"success": "@:cf.routes.unmap-app.success"
},
"delete": {
"title": "Delete Route",
Expand Down

0 comments on commit 3055bb5

Please sign in to comment.