Skip to content

Commit 114aecd

Browse files
committed
Correct email success text
1 parent 2d638ae commit 114aecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func (c *UserContext) UpdateEmailAccount(emailAccount EmailAccount) error {
149149
return err
150150
}
151151

152-
if response.Success != "Account password changed" {
152+
if response.Success != "E-Mail Updated" {
153153
return fmt.Errorf("failed to update email account: %v", response.Result)
154154
}
155155

0 commit comments

Comments
 (0)