Import-Export app everywhere

This commit is contained in:
Michal Horejsek
2020-08-21 11:41:11 +02:00
parent e4704cd459
commit 4973e38748
11 changed files with 12 additions and 12 deletions

View File

@ -47,7 +47,7 @@ func (f *frontendCLI) printLocalReleaseNotes(c *ishell.Context) {
}
func (f *frontendCLI) printReleaseNotes(versionInfo updates.VersionInfo) {
f.Println(bold("ProtonMail Import-Export "+versionInfo.Version), "\n")
f.Println(bold("ProtonMail Import-Export app "+versionInfo.Version), "\n")
if versionInfo.ReleaseNotes != "" {
f.Println(bold("Release Notes"))
f.Println(versionInfo.ReleaseNotes)