Skip to content

Commit

Permalink
Merge branch 'daniellacosse/mobile_watchers' of https://github.com/Ji…
Browse files Browse the repository at this point in the history
…gsaw-Code/outline-internal-sdk into daniellacosse/mobile_watchers
  • Loading branch information
daniellacosse committed Oct 19, 2023
2 parents 7533c4d + 73310fc commit c734c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export class ConnectivityTestPage extends LitElement {
// TODO: move language definitions to a centralized place
return html`<main dir="${this.locale === "fa-IR" ? "rtl" : "ltr"}">
<header class=${this.platform?.operatingSystem === OperatingSystem.IOS ? "header--ios" : "header"}>
<h1 class="header-text">${msg("Outline Connectivity Test!!!!!!!")}</h1>
<h1 class="header-text">${msg("Outline Connectivity Test")}</h1>
</header>
${this.renderResults()}
<form class="form" @submit=${this.testConnectivity}>
Expand Down

0 comments on commit c734c53

Please sign in to comment.