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
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php2
-rw-r--r--lib/Settings/AdminSection.php2
-rw-r--r--lib/Settings/PersonalSection.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index de474f9..e3827bf 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -181,7 +181,7 @@ class Application extends App
return [
'id' => self::APP_ID,
- 'name' => $l->t('Ransomware detection'),
+ 'name' => $l->t('Ransomware recovery'),
];
});
}
diff --git a/lib/Settings/AdminSection.php b/lib/Settings/AdminSection.php
index 404b710..c451b39 100644
--- a/lib/Settings/AdminSection.php
+++ b/lib/Settings/AdminSection.php
@@ -73,7 +73,7 @@ class AdminSection implements IIconSection
*/
public function getName()
{
- return $this->l->t('Ransomware detection');
+ return $this->l->t('Ransomware recovery');
}
/**
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');
}
/**