From 2548ec3bc03695b76a5e886f3c3b06f55cb5c1b1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 21 Dec 2015 10:10:53 -0500 Subject: [PATCH] Add Attr lines for StrageId and StorageName --- web/lang/en_gb.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index 83267ecdd..822d7c835 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -124,6 +124,8 @@ $SLANG = array( 'AttrMaxScore' => 'Max. Score', 'AttrMonitorId' => 'Monitor Id', 'AttrMonitorName' => 'Monitor Name', + 'AttrStorageId' => 'Storage Id', + 'AttrStorageName' => 'Storage Name', 'AttrName' => 'Name', 'AttrNotes' => 'Notes', 'AttrSystemLoad' => 'System Load',