Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b06cb3a authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Merge branch 'dev/fix-branding' into 'main'

fix(theming): align Murena branding defaults

See merge request !242
parents 0d8d4906 fb9ed76d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.';
	}

	/**