|
|
@ -147,7 +147,7 @@ export class GfUserAccountMembershipComponent { |
|
|
.subscribe(({ apiKey }) => { |
|
|
.subscribe(({ apiKey }) => { |
|
|
this.notificationService.alert({ |
|
|
this.notificationService.alert({ |
|
|
copyValue: apiKey, |
|
|
copyValue: apiKey, |
|
|
discardLabel: $localize`Okay`, |
|
|
discardLabel: $localize`Close`, |
|
|
message: $localize`Set this API key in your self-hosted environment:`, |
|
|
message: $localize`Set this API key in your self-hosted environment:`, |
|
|
title: $localize`Ghostfolio Premium Data Provider API Key` |
|
|
title: $localize`Ghostfolio Premium Data Provider API Key` |
|
|
}); |
|
|
}); |
|
|
|