Skip to content

Commit

Permalink
Browsertrix Cloud → Browsertrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed Mar 29, 2024
1 parent f951b6f commit 12f5be1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/ui/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ class ArchiveWebApp extends ReplayWebApp {
class="${this.settingsTab === "browsertrix" ? "is-active" : ""}"
>
<a @click=${() => (this.settingsTab = "browsertrix")}
>Browsertrix Cloud</a
>Browsertrix</a
>
</li>
</ul>
Expand Down Expand Up @@ -978,12 +978,12 @@ class ArchiveWebApp extends ReplayWebApp {
? html`
<p class="is-size-6 mb-3">
Configure your credentials to upload archived items to
Browsertrix Cloud.
Browsertrix.
</p>
<fieldset>
<div class="field has-addons">
<p class="is-expanded">
Browsertrix Cloud URL:
Browsertrix URL:
<input
class="input is-small"
type="url"
Expand Down Expand Up @@ -1259,7 +1259,7 @@ class ArchiveWebApp extends ReplayWebApp {
this.settingsError = "";
} catch (e) {
this.settingsError =
"Unable to log in to Browsertrix Cloud. Check your credentials.";
"Unable to log in to Browsertrix. Check your credentials.";
return false;
}

Expand Down
10 changes: 5 additions & 5 deletions src/ui/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class BtrixUploader extends LitElement {
// @ts-expect-error - TS2339 - Property 'coll' does not exist on type 'BtrixUploader'.
() => (this.coll = null)
}"
title="Upload To Browsertrix Cloud"
title="Upload To Browsertrix"
>
<table class="is-size-6" style="margin-left: 3.0rem">
<tr class="is-italic">
Expand Down Expand Up @@ -224,7 +224,7 @@ class BtrixUploader extends LitElement {
size="0.7em"
.svg="${fasExternal}"
></fa-icon>
View in Browsertrix Cloud</a
View in Browsertrix</a
>
</td>
</tr>`
Expand Down Expand Up @@ -354,7 +354,7 @@ class BtrixUploader extends LitElement {
class="has-text-success"
.svg="${fasCheck}"
></fa-icon>
Archive already uploaded to Browsertrix Cloud.
Archived item already uploaded to Browsertrix.
${this.renderDeleteUploaded()}
</p> `;
// @ts-expect-error - TS2339 - Property 'uploadId' does not exist on type 'BtrixUploader'.
Expand All @@ -376,7 +376,7 @@ class BtrixUploader extends LitElement {

case "deleted":
return html`<p class="has-text-weight-bold has-text-primary">
Upload to Browsertrix Cloud has been deleted.
Upload to Browsertrix has been deleted.
</p>
<p>(Data is still saved locally in your browser)</p>`;

Expand All @@ -401,7 +401,7 @@ class BtrixUploader extends LitElement {
<span
><button
class="button is-small"
title="Delete Upload from Browsertrix Cloud"
title="Delete upload from your Browsertrix org"
type="button"
@click="${this.onDeleteUpload}"
>
Expand Down

0 comments on commit 12f5be1

Please sign in to comment.