Skip to content

Commit

Permalink
[#1305] Operator: 'license issued' dialog is empty (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
eparovyshnaya committed Mar 11, 2024
1 parent 0c1f43e commit eaa27eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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());
Expand Down

0 comments on commit eaa27eb

Please sign in to comment.