diff --git a/public/language/he/admin/advanced/database.json b/public/language/he/admin/advanced/database.json
index f0825dcb0f..f395f51052 100644
--- a/public/language/he/admin/advanced/database.json
+++ b/public/language/he/admin/advanced/database.json
@@ -20,7 +20,7 @@
"mongo.mapped-memory": "זיכרון ממופה",
"mongo.bytes-in": "Bytes In",
"mongo.bytes-out": "Bytes Out",
- "mongo.num-requests": "Number of Requests",
+ "mongo.num-requests": "מספר בקשות",
"mongo.raw-info": "מידע לא מעובד מMongoDB",
"mongo.unauthorized": "NodeBB was unable to query the MongoDB database for relevant statistics. Please ensure that the user in use by NodeBB contains the "clusterMonitor" role for the "admin" database.",
diff --git a/public/language/he/admin/appearance/customise.json b/public/language/he/admin/appearance/customise.json
index 97abb5ede5..12b86b47fc 100644
--- a/public/language/he/admin/appearance/customise.json
+++ b/public/language/he/admin/appearance/customise.json
@@ -1,11 +1,11 @@
{
- "custom-css": "Custom CSS/LESS",
- "custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.",
- "custom-css.enable": "Enable Custom CSS/LESS",
+ "custom-css": "CSS/LESS מותאם אישית",
+ "custom-css.description": "הזן כאן CSS / LESS משלך, שיוחלו לאחר כל הסגנונות האחרים.",
+ "custom-css.enable": "אפשר CSS / LESS מותאמים אישית",
- "custom-js": "Custom Javascript",
- "custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
- "custom-js.enable": "Enable Custom Javascript",
+ "custom-js": "Javascript מותאם אישית",
+ "custom-js.description": "הזן כאן javascript משלך. זה יבוצע לאחר טעינת הדף לחלוטין.",
+ "custom-js.enable": "אפשר Javascript מותאם אישית",
"custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <head>
section of your forum's markup. Script tags are allowed, but are discouraged, as the Custom Javascript tab is available.",