1
0
Fork 0

Merge branch 'develop' into release/3.0.0

This commit is contained in:
Chocobozzz 2021-01-11 09:06:44 +01:00
commit 7e4e8119e1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export class MyAccountApplicationsComponent implements OnInit {
feedUrl: string
feedToken: string
private baseURL = environment.originServerUrl
private baseURL = environment.originServerUrl || window.location.origin
constructor (
private authService: AuthService,

View File

@ -5,7 +5,7 @@
</div>
<div class="modal-body">
<div class="mb-4 font-italic">These settings apply only to your session on this instance.</div>
<div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div>
<div i18n class="mb-4 quick-settings-title">Display settings</div>