diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-09-07 21:35:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 13:35:45 +0000 |
commit | f20e317d6d2e298a75a1c9d3255a1a7340d4c48d (patch) | |
tree | 445cfaafd19855f97966abeb14ebf3cd6adbe048 /options | |
parent | a78c2eae243077c1fed5f7b056c64072d3c63ac8 (diff) | |
download | gitea-f20e317d6d2e298a75a1c9d3255a1a7340d4c48d.tar.gz gitea-f20e317d6d2e298a75a1c9d3255a1a7340d4c48d.zip |
Improve hint when uploading a too large avatar (#26935)
Fix #26390
---------
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4f5f0383e9..ea9f6147ae 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -681,7 +681,7 @@ choose_new_avatar = Choose new avatar update_avatar = Update Avatar delete_current_avatar = Delete Current Avatar uploaded_avatar_not_a_image = The uploaded file is not an image. -uploaded_avatar_is_too_big = The uploaded file has exceeded the maximum size. +uploaded_avatar_is_too_big = The uploaded file size (%d KiB) exceeds the maximum size (%d KiB). update_avatar_success = Your avatar has been updated. update_user_avatar_success = The user's avatar has been updated. |