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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-19 16:20:37 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-19 16:20:37 +0300
commit39ce1621c19fbd1e9c3c0ae9879515c74b6ec10b (patch)
treeda5dee398f6822ea38ecdf712e2791d506847ca6 /lib
parent1bd89347e0c3ecde74e150d157274c9b75a3aa72 (diff)
Change "my" to "your"
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/Settings/WhereIsYourDataSettings.php (renamed from lib/Settings/WhereIsMyDataSettings.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Settings/WhereIsMyDataSettings.php b/lib/Settings/WhereIsYourDataSettings.php
index 4089ba5..e024c87 100644
--- a/lib/Settings/WhereIsMyDataSettings.php
+++ b/lib/Settings/WhereIsYourDataSettings.php
@@ -29,13 +29,13 @@ use OCP\Settings\ISettings;
*
* @package OCA\Privacy\Settings
*/
-class WhereIsMyDataSettings implements ISettings {
+class WhereIsYourDataSettings implements ISettings {
/**
* @return TemplateResponse
*/
public function getForm():TemplateResponse {
- return new TemplateResponse('privacy', 'where-is-my-data');
+ return new TemplateResponse('privacy', 'where-is-your-data');
}
/**