changed wording and removed unnecessary method calls

This commit is contained in:
Jan-Peter Klein 2024-09-25 16:20:19 +02:00
parent 53c7e031a3
commit 73c0af9749
No known key found for this signature in database
GPG Key ID: 90EDA3A7C822FD0E
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public class SupporterCertificateController implements FxController {
@FXML
void didClickRemoveCert() {
removeCert.build().showRemoveCert((Stage)window.getScene().getWindow());
removeCert.build().showRemoveCert(window);
}
public LicenseHolder getLicenseHolder() {

View File

@ -343,7 +343,7 @@ preferences.contribute.sponsor=Sponsor
### Remove License Key Dialog
removeCert.title=Remove Certificate
removeCert.message=Remove supporter certificate?
removeCert.description=Even without a supporter certificate Cryptomator stays functional and neither restrict access to your vaults nor lowers its security.
removeCert.description=Cryptomators core features are not affected by this. Neither access to your vaults is restricted nor the level of security is lowered.
removeCert.confirmBtn=Remove
#<-- Add entries for donations and code/translation/documentation contribution -->