From e290d0c6215a92ed28882527708558776f7bf278 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 30 Jun 2012 12:13:56 +0000 Subject: [PATCH] fix error logs dialog title --- static/js/pandora/logsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/logsDialog.js b/static/js/pandora/logsDialog.js index 159502df..3299a270 100644 --- a/static/js/pandora/logsDialog.js +++ b/static/js/pandora/logsDialog.js @@ -192,7 +192,7 @@ pandora.ui.logsDialog = function() { minWidth: 512, padding: 0, removeOnClose: true, - title: 'Manage Logs', + title: 'Error Logs', width: width }),