diff --git a/defaults.php b/defaults.php index 7730114e2960960c307cc60d396bf76815f4bd19..b73c801bf5510bbc63b335a28755088cbe2cbb6f 100644 --- a/defaults.php +++ b/defaults.php @@ -25,7 +25,7 @@ class OC_Theme { * @return string URL */ public function getBaseUrl() { - return 'https://e.foundation'; + return 'https://murena.com'; } /** @@ -65,7 +65,7 @@ class OC_Theme { * @return string entity name */ public function getEntity() { - return 'e Foundation'; + return 'Murena'; } /** @@ -73,7 +73,7 @@ class OC_Theme { * @return string slogan */ public function getSlogan() { - return 'Choose freedom'; + return 'Freedom starts with privacy.'; } /**