From 98f006cec0307a6608bd50fa80a7d998da9d30af Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 26 Sep 2023 16:42:17 +0200 Subject: [PATCH] Add XXX to translation key --- www/admin/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/admin/inner.js b/www/admin/inner.js index 883afd767..ca3e22211 100644 --- a/www/admin/inner.js +++ b/www/admin/inner.js @@ -2017,7 +2017,7 @@ Example return $div; }; - Messages.admin_diskUsageWarning = "Depending on the size of the data stored on your instance, generating this report can consume all the memory available on your server and lead to a crash. Use with caution!"; + Messages.admin_diskUsageWarning = "Depending on the size of the data stored on your instance, generating this report can consume all the memory available on your server and lead to a crash. Use with caution!"; // XXX create['disk-usage'] = function () { var key = 'disk-usage'; var $div = makeBlock(key, true); // Msg.admin_diskUsageHint, .admin_diskUsageTitle, .admin_diskUsageButton