Change the column text 99/221099/1
authorhyunduk.kim <hyunduk.kim@samsung.com>
Fri, 27 Dec 2019 05:57:47 +0000 (14:57 +0900)
committerhyunduk.kim <hyunduk.kim@samsung.com>
Fri, 27 Dec 2019 05:57:47 +0000 (14:57 +0900)
This will change the text of column in the table of main page
from 'EXTENSIONS lists' to 'Addon List'

Change-Id: Id9dfb51e5f7369295f0788e01a6b524ae4e971db
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
src/main.js

index e0fe8ebd96823de8bfc9ebe53012a587635e606d..bae46c7058d6f647116c6025326d1035391f4e23 100755 (executable)
@@ -45,7 +45,7 @@ var refreshExtensionsList = function() {
   var td_2 = document.createElement('td');
   tr.appendChild(td_1);
   tr.appendChild(td_2);
-  td_1.textContent = 'EXTENSIONS lists';
+  td_1.textContent = 'Addon lists';
   table.appendChild(tr);
 
   extension_manager.loadJsonDB();