Show total and filtered number of items in a table
-The total number of items and the filtered items will be shown in the
EventLogs, Sensors and HardwareStatus table.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I0ee6410bf675038a350a71a02ec076f9e8baf004
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index f3eb3e2..54f726a 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -63,7 +63,9 @@
"emptyMessage": "No items available",
"emptySearchMessage": "No items match the search query",
"fromDate": "From date",
+ "items": "%{count} items",
"itemsPerPage": "Items per page",
+ "selectedItems":"%{filterCount} of %{count} items",
"toDate": "To date",
"viewAll": "View all"
}