mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[server] Minor copy change
This commit is contained in:
parent
b9dd371676
commit
b3d94e9bcf
@ -101,7 +101,7 @@ func (u SupportUpdateBonus) UpdateLog() string {
|
||||
if u.Testing {
|
||||
return fmt.Sprintf("SupportUpdateBonus: %s, storageInMB: %d, minute: %d", u.Action, u.StorageInMB, u.Minute)
|
||||
} else {
|
||||
return fmt.Sprintf("BF_UPDATE: %s, storageInGB: %d, year: %d", u.Action, u.StorageInGB, u.Year)
|
||||
return fmt.Sprintf("%s: %s, storageInGB: %d, year: %d", u.BonusType, u.Action, u.StorageInGB, u.Year)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user