From 21ce0793f281fc4650b23244e87feae8dfbfada1 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 27 Feb 2012 10:45:01 -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';