From a4197874c4dd8f4a9b57d720e3f1f68af9cf5cd3 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 27 Feb 2012 10:45:25 -0800 Subject: [PATCH] bug 14012 Fix typo in shutdown provider message code status 14012: resolved fixed reviewed-by: jessica --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 987c4458771..bad11c2aa63 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -2514,7 +2514,7 @@ }, messages: { confirm: function(args) { - return 'confirm.shutdown.provider'; + return 'message.confirm.shutdown.provider'; }, notification: function(args) { return 'label.shutdown.provider';