Merge branch 'develop' into release/3.0.0
This commit is contained in:
commit
7e4e8119e1
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export class MyAccountApplicationsComponent implements OnInit {
|
||||||
feedUrl: string
|
feedUrl: string
|
||||||
feedToken: string
|
feedToken: string
|
||||||
|
|
||||||
private baseURL = environment.originServerUrl
|
private baseURL = environment.originServerUrl || window.location.origin
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
private authService: AuthService,
|
private authService: AuthService,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-body">
|
<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>
|
<div i18n class="mb-4 quick-settings-title">Display settings</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue