diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index fb0d3fc13..0ef25089b 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -1494,7 +1494,7 @@ "resources": { "memory": { "title": "Memory Limit", - "description": "Cloudron allocates 50% of this value as RAM and 50% as swap.", + "description": "Maximum memory app can use", "error": "Unable to set memory limit, try less.", "resizeAction": "Resize" }, diff --git a/dashboard/src/views/app.html b/dashboard/src/views/app.html index 5336ef138..6b3c66429 100644 --- a/dashboard/src/views/app.html +++ b/dashboard/src/views/app.html @@ -995,6 +995,7 @@
+

{{ 'app.resources.memory.description' | tr }}