Replace references to riot.im
This commit is contained in:
parent
62d22f50ab
commit
acb22f4fe5
|
@ -97,8 +97,8 @@ const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
|
||||||
|
|
||||||
<div className="mx_HomePage_row mx_Center mx_Spacer">
|
<div className="mx_HomePage_row mx_Center mx_Spacer">
|
||||||
<p className="mx_Spacer">
|
<p className="mx_Spacer">
|
||||||
<a href="https://riot.im" target="_blank" className="mx_FooterLink">
|
<a href="https://element.io" target="_blank" className="mx_FooterLink">
|
||||||
{ _t("Go to Riot.im") }
|
{ _t("Go to element.io") }
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -48,8 +48,8 @@ const ErrorView: React.FC<IProps> = ({title, messages}) => {
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_HomePage_row mx_Center mx_Spacer">
|
<div className="mx_HomePage_row mx_Center mx_Spacer">
|
||||||
<p className="mx_Spacer">
|
<p className="mx_Spacer">
|
||||||
<a href="https://riot.im" target="_blank" className="mx_FooterLink">
|
<a href="https://element.io" target="_blank" className="mx_FooterLink">
|
||||||
{ _t("Go to Riot.im") }
|
{ _t("Go to element.io") }
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.": "Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.",
|
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.": "Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.",
|
||||||
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.",
|
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.",
|
||||||
"I understand the risks and wish to continue": "I understand the risks and wish to continue",
|
"I understand the risks and wish to continue": "I understand the risks and wish to continue",
|
||||||
"Go to Riot.im": "Go to Riot.im",
|
"Go to element.io": "Go to element.io",
|
||||||
"Failed to start": "Failed to start",
|
"Failed to start": "Failed to start",
|
||||||
"Welcome to Element": "Welcome to Element",
|
"Welcome to Element": "Welcome to Element",
|
||||||
"Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralised, encrypted chat & collaboration powered by [matrix]",
|
"Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralised, encrypted chat & collaboration powered by [matrix]",
|
||||||
|
|
|
@ -86,11 +86,11 @@ function onNewScreen(screen: string) {
|
||||||
//
|
//
|
||||||
// If we're in electron, we should never pass through a file:// URL otherwise
|
// If we're in electron, we should never pass through a file:// URL otherwise
|
||||||
// the identity server will try to 302 the browser to it, which breaks horribly.
|
// the identity server will try to 302 the browser to it, which breaks horribly.
|
||||||
// so in that instance, hardcode to use riot.im/app for now instead.
|
// so in that instance, hardcode to use app.element.io for now instead.
|
||||||
function makeRegistrationUrl(params: object) {
|
function makeRegistrationUrl(params: object) {
|
||||||
let url;
|
let url;
|
||||||
if (window.location.protocol === "vector:") {
|
if (window.location.protocol === "vector:") {
|
||||||
url = 'https://riot.im/app/#/register';
|
url = 'https://app.element.io/#/register';
|
||||||
} else {
|
} else {
|
||||||
url = (
|
url = (
|
||||||
window.location.protocol + '//' +
|
window.location.protocol + '//' +
|
||||||
|
|
|
@ -93,7 +93,7 @@ async function initPage() {
|
||||||
|
|
||||||
if (hsUrl !== 'https://matrix.org/') {
|
if (hsUrl !== 'https://matrix.org/') {
|
||||||
document.getElementById('configure_riot_button').href =
|
document.getElementById('configure_riot_button').href =
|
||||||
"https://riot.im/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
"https://app.element.io/config/config?hs_url=" + encodeURIComponent(hsUrl) +
|
||||||
"&is_url=" + encodeURIComponent(isUrl);
|
"&is_url=" + encodeURIComponent(isUrl);
|
||||||
document.getElementById('step1_heading').innerHTML= '1: Install the app';
|
document.getElementById('step1_heading').innerHTML= '1: Install the app';
|
||||||
document.getElementById('step2_container').style.display = 'block';
|
document.getElementById('step2_container').style.display = 'block';
|
||||||
|
|
|
@ -482,8 +482,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="mx_HomePage_row mx_Center mx_Spacer">
|
<div class="mx_HomePage_row mx_Center mx_Spacer">
|
||||||
<p class="mx_Spacer">
|
<p class="mx_Spacer">
|
||||||
<a href="https://riot.im" target="_blank" class="mx_FooterLink">
|
<a href="https://element.io" target="_blank" class="mx_FooterLink">
|
||||||
Go to Riot.im
|
Go to element.io
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -189,8 +189,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="mx_HomePage_row mx_Center mx_Spacer">
|
<div class="mx_HomePage_row mx_Center mx_Spacer">
|
||||||
<p class="mx_Spacer">
|
<p class="mx_Spacer">
|
||||||
<a href="https://riot.im" target="_blank" class="mx_FooterLink">
|
<a href="https://element.io" target="_blank" class="mx_FooterLink">
|
||||||
Go to Riot.im
|
Go to element.io
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue