aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-account/my-account-applications/my-account-applications.component.ts2
-rw-r--r--client/src/app/modal/quick-settings-modal.component.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts b/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts
index 756644990..5e9525fbb 100644
--- a/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts
+++ b/client/src/app/+my-account/my-account-applications/my-account-applications.component.ts
@@ -14,7 +14,7 @@ export class MyAccountApplicationsComponent implements OnInit {
14 feedUrl: string 14 feedUrl: string
15 feedToken: string 15 feedToken: string
16 16
17 private baseURL = environment.originServerUrl 17 private baseURL = environment.originServerUrl || window.location.origin
18 18
19 constructor ( 19 constructor (
20 private authService: AuthService, 20 private authService: AuthService,
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html
index 62013c733..7794e10c4 100644
--- a/client/src/app/modal/quick-settings-modal.component.html
+++ b/client/src/app/modal/quick-settings-modal.component.html
@@ -5,7 +5,7 @@
5 </div> 5 </div>
6 6
7 <div class="modal-body"> 7 <div class="modal-body">
8 <div class="mb-4 font-italic">These settings apply only to your session on this instance.</div> 8 <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div>
9 9
10 <div i18n class="mb-4 quick-settings-title">Display settings</div> 10 <div i18n class="mb-4 quick-settings-title">Display settings</div>
11 11