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:
authorMatthias Held <ilovemilk@wusa.io>2018-09-26 21:07:16 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-26 21:07:16 +0300
commit130522e395cff0444baa02a538d7cb9e75d690d1 (patch)
treeaa598cebb4f7ac811682d54c35394cf6cb78a616 /lib
parent3df04bbf354c7762578df38b451354635646e551 (diff)
Chane display name from ransomware detection to ransomware recovery
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
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');
}
/**