From a05161b7a29cc1f0d2d0c9e1c2bbd8a137e57808 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 1 Jun 2022 11:51:18 -0700 Subject: [PATCH] update datadir text --- src/translation/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translation/en.json b/src/translation/en.json index e76df27ee..d3ab86a5c 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1409,7 +1409,7 @@ "storage": { "appdata": { "title": "App Data", - "description": "By default, this app's data is located at {{ storagePath }}. If the server is running out of disk space, you can mount an external EXT4 disk and move this app's data there.", + "description": "If the server is running out of disk space, use this to move the app's data to an external EXT4 disk.", "dataDirPlaceholder": "Leave empty to use platform default", "moveAction": "Move Data" },