Skip to content

Commit

Permalink
Minor enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
ansxuman committed Nov 30, 2024
1 parent e7adb3e commit 56cad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/totp/totp.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func (s *Service) RestoreProfiles() error {
statusParts = append(statusParts, fmt.Sprintf("%d new profiles added", stats.added))
}
if stats.duplicate > 0 {
statusParts = append(statusParts, fmt.Sprintf("%d profiles already existed", stats.duplicate))
statusParts = append(statusParts, fmt.Sprintf("%d profiles already exist", stats.duplicate))
}
if stats.failed > 0 {
statusParts = append(statusParts, fmt.Sprintf("%d profiles couldn't be added", stats.failed))
Expand Down

0 comments on commit 56cad8a

Please # to comment.