From 8e55b571c98a4e22a84985ab7d0453b8d9fccb17 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 28 Apr 2023 10:58:06 +0200 Subject: [PATCH 1/2] Shares: fixed typo --- plugins/dynamix/include/ShareList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/include/ShareList.php b/plugins/dynamix/include/ShareList.php index ba2724852..056f756b6 100644 --- a/plugins/dynamix/include/ShareList.php +++ b/plugins/dynamix/include/ShareList.php @@ -113,10 +113,10 @@ foreach ($shares as $name => $share) { $cache = ""._('Array')."".sprintf(_('Primary storage %s'),_('Array')).""; break; case 'yes': - $cache = "".compress(my_disk($share['cachePool'],$display['raw']))." "._('Array').""._('Primary stoage to Secondary storage').""; + $cache = "".compress(my_disk($share['cachePool'],$display['raw']))." "._('Array').""._('Primary storage to Secondary storage').""; break; case 'prefer': - $cache = "".compress(my_disk($share['cachePool'],$display['raw']))." "._('Array').""._('Secondary stoage to Primary storage').""; + $cache = "".compress(my_disk($share['cachePool'],$display['raw']))." "._('Array').""._('Secondary storage to Primary storage').""; break; case 'only': $exclusive = isset($share['exclusive']) && $share['exclusive']=='yes' ? " " : ""; From 3ee6384e90b84afeb485eb8b02432ee0efcd0777 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 28 Apr 2023 13:32:20 +0200 Subject: [PATCH 2/2] Helptext: fixed typo --- languages/en_US/helptext.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en_US/helptext.txt b/languages/en_US/helptext.txt index 097e79028..32c51dddc 100644 --- a/languages/en_US/helptext.txt +++ b/languages/en_US/helptext.txt @@ -636,7 +636,7 @@ conditions are met: Primary storage is below the minimum free space setting then new files and folders will be created in **Secondary storage**, if configured. -**Important:** For *Exclusive accss* shares, the Min free space +**Important:** For *Exclusive access* shares, the Min free space settings are ignored. :end