Skip to content

Commit

Permalink
[#1305] Operator: 'license issued' dialog is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
eparovyshnaya committed Mar 11, 2024
1 parent 0c1f43e commit c400f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 c400f69

Please sign in to comment.