From c400f690087eb6597a351f8f623806fc1050d413 Mon Sep 17 00:00:00 2001 From: eparovyshnaya Date: Mon, 11 Mar 2024 19:59:25 +0300 Subject: [PATCH] [#1305] Operator: 'license issued' dialog is empty --- .../loc/dashboard/ui/wizards/LicenseIssuedNotification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java b/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java index 266fb4da5..e29e9dc28 100644 --- a/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java +++ b/bundles/org.eclipse.passage.loc.dashboard.ui/src/org/eclipse/passage/loc/dashboard/ui/wizards/LicenseIssuedNotification.java @@ -33,7 +33,7 @@ public LicenseIssuedNotification(Shell shell) { public void showPersonal(IssuedLicense license) { show(// IssueLicensePageMessages.IssueLicenseWizard_ok_licensed_title, // - String.format("", // //$NON-NLS-1$ + String.format("%s\n%s", // //$NON-NLS-1$ license.encrypted().toAbsolutePath().toString(), // license.decrypted().toAbsolutePath().toString()), // license.encrypted().getParent());