feat(auth): use configured brand on welcome heading
This commit is contained in:
@@ -168,7 +168,7 @@ we don't have an account and should hide them. No account == no guest account ei
|
|||||||
<a href="https://element.io" target="_blank" rel="noopener">
|
<a href="https://element.io" target="_blank" rel="noopener">
|
||||||
<img src="$logoUrl" alt="$brand" class="mx_Logo" />
|
<img src="$logoUrl" alt="$brand" class="mx_Logo" />
|
||||||
</a>
|
</a>
|
||||||
<h1 class="mx_Header_title">_t("welcome_to_element")</h1>
|
<h1 class="mx_Header_title">Welcome to $brand</h1>
|
||||||
<!-- XXX: Our translations system isn't smart enough to recognize variables in the HTML, so we manually do it -->
|
<!-- XXX: Our translations system isn't smart enough to recognize variables in the HTML, so we manually do it -->
|
||||||
<h2 class="mx_Header_subtitle">_t("powered_by_matrix_with_logo")</h2>
|
<h2 class="mx_Header_subtitle">_t("powered_by_matrix_with_logo")</h2>
|
||||||
<div class="mx_ButtonGroup">
|
<div class="mx_ButtonGroup">
|
||||||
|
|||||||
Reference in New Issue
Block a user