diff --git a/owrx/controllers/settings/general.py b/owrx/controllers/settings/general.py index bd786c41..eb2e4608 100644 --- a/owrx/controllers/settings/general.py +++ b/owrx/controllers/settings/general.py @@ -72,13 +72,13 @@ class GeneralSettingsController(SettingsFormController): AvatarInput( "receiver_avatar", "Receiver Avatar", - infotext="For performance reasons, images are cached. " + infotext="Maximum file size is 256kB. For performance reasons, images are cached. " + "It can take a few hours until they appear on the site.", ), TopPhotoInput( "receiver_top_photo", "Receiver Panorama", - infotext="For performance reasons, images are cached. " + infotext="Maximum file size is 2MB. For performance reasons, images are cached. " + "It can take a few hours until they appear on the site.", ), ),