Browse Source

Improve copy-to-clipboard

pull/7281/head
Thomas Kaul 6 days ago
parent
commit
1f5249277c
  1. 2
      apps/client/src/app/components/user-account-membership/user-account-membership.component.ts

2
apps/client/src/app/components/user-account-membership/user-account-membership.component.ts

@ -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`
}); });

Loading…
Cancel
Save