diff --git a/resources/views/admin/events/create.blade.php b/resources/views/admin/events/create.blade.php
index b4b5483..e4000fb 100755
--- a/resources/views/admin/events/create.blade.php
+++ b/resources/views/admin/events/create.blade.php
@@ -326,6 +326,7 @@
+
{{ __('admin.allowed_file_types') }} · {{ __('admin.max_file_size') }}
diff --git a/resources/views/admin/events/edit.blade.php b/resources/views/admin/events/edit.blade.php
index b20848f..cb4ace4 100755
--- a/resources/views/admin/events/edit.blade.php
+++ b/resources/views/admin/events/edit.blade.php
@@ -350,6 +350,7 @@
+ {{ __('admin.allowed_file_types') }} · {{ __('admin.max_file_size') }}
diff --git a/resources/views/admin/teams/edit.blade.php b/resources/views/admin/teams/edit.blade.php
index 7ddb0ff..741cf64 100755
--- a/resources/views/admin/teams/edit.blade.php
+++ b/resources/views/admin/teams/edit.blade.php
@@ -231,6 +231,7 @@
+
{{ __('admin.allowed_file_types') }} · {{ __('admin.max_file_size') }}