From 0c8a88ea3a0d85ea61fdba4c38088c1366eb9eb9 Mon Sep 17 00:00:00 2001
From: Furkan <furkan.erdogan1205@gmail.com>
Date: Tue, 29 Aug 2023 12:36:58 +0000
Subject: [PATCH] #11346 - Done

---
 js/app/AmdaApp.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/app/AmdaApp.js b/js/app/AmdaApp.js
index e6dacd2..2f5487d 100755
--- a/js/app/AmdaApp.js
+++ b/js/app/AmdaApp.js
@@ -685,8 +685,8 @@ Ext.define('amdaApp.AmdaApp', {
 
 		if (freeSpace < diskQuota / 20) {
 			myDesktopApp.warningMsg('Think of cleaning up your work space.<br/>Only ' +
-			Math.round(freeSpace/1024/1024)+ 'MB of '+Math.round(diskQuota/1024/1024) +
-			'MB rests');
+			Math.round(freeSpace/1024/1024)+ 'MB out of '+Math.round(diskQuota/1024/1024) +
+			'MB remain');
 		}
 
 		if (isFirstVisit && !isGuest) {
--
libgit2 0.21.2