Skip to content

Commit

Permalink
adds english TLS installation success mesage, fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed Sep 11, 2021
1 parent a63043d commit ed6e80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fritzbox/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (

var tlsInstallationSuccessMessages = []string{
"Das SSL-Zertifikat wurde erfolgreich importiert.", // DE
"Import of the SSL certificate was successful.", // EN
}

func (fb *FritzBox) getHTTPClient() *http.Client {
Expand Down

0 comments on commit ed6e80a

Please sign in to comment.