Skip to content

Commit

Permalink
Merge pull request #348 from solver-it-sro/fix/minor-wording-and-batc…
Browse files Browse the repository at this point in the history
…h-cert-selection

Minor UX fixes
  • Loading branch information
celuchmarek authored Dec 4, 2023
2 parents 4dfb16d + dc9628d commit 2ba127a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class TokenNotRecognizedException extends AutogramException {
public TokenNotRecognizedException() {
super("Nastala chyba", "Kartu sa nepodarilo rozpoznať", "Pravdepodobne ste vybrali nespráve úložisko certifikátov a karta s ním nie je kompatibilná.\n\nUistite sa, že máte nainštalovaný správny ovládač pre daný typ karty a skúste znova.");
super("Nastala chyba", "Kartu sa nepodarilo rozpoznať", "Pravdepodobne ste vybrali nespráve úložisko certifikátov a karta s ním nie je kompatibilná alebo je nastavený neplatný slot karty.\n\nUistite sa, že máte nainštalovaný správny ovládač pre daný typ karty, skontrolujte nastavenia Autogramu a skúste znova.");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ public void enableSigning() {
changeKeyButton.setManaged(true);
changeKeyButton.setDisable(false);
changeKeyButton.setVisible(true);

refreshSigningKey();
}

public void close() {
Expand Down

0 comments on commit 2ba127a

Please sign in to comment.