Skip to content

Commit

Permalink
change the wording "server has a better asset" instead of "server has…
Browse files Browse the repository at this point in the history
… a better photo"
  • Loading branch information
simulot committed Jun 1, 2024
1 parent b58becb commit 8b0b2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/fileevent/fileevents.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _code = map[Code]string{
UploadNotSelected: "file not selected",
UploadUpgraded: "server's asset upgraded with the input",
UploadAddToAlbum: "added to an album",
UploadServerDuplicate: "server has same photo",
UploadServerDuplicate: "server has same asset",
UploadServerBetter: "server has a better asset",
UploadAlbumCreated: "album created/updated",
UploadServerError: "server error",
Expand Down

0 comments on commit 8b0b2aa

Please sign in to comment.