Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Settings/PersonalSection.php')
-rw-r--r--lib/Settings/PersonalSection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Settings/PersonalSection.php b/lib/Settings/PersonalSection.php
index 23415af..f279ecd 100644
--- a/lib/Settings/PersonalSection.php
+++ b/lib/Settings/PersonalSection.php
@@ -78,7 +78,7 @@ class PersonalSection implements IIconSection
*/
public function getName()
{
- return $this->l->t('Ransomware detection');
+ return $this->l->t('Ransomware recovery');
}
/**