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

Commit 2b056040 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

terms url change

parent e4d1c76c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ class OC_Theme {
	 * @return string URL
	 */
	public function getTermsUrl() {
		return 'https://murena.com/terms-conditions/';
		return  $this->getBaseUrl().'apps/terms_of_service/en/termsandconditions';
	}

	/**