diff options
author | JakobDev <jakobdev@gmx.de> | 2023-07-25 10:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 08:26:27 +0000 |
commit | 6598d0291cf7dfeb00cb5e5d18faf2bf46fad596 (patch) | |
tree | 00fda6f81294ac7c203836581ca25b3a41df819d /options | |
parent | af1ffbcd63569df8646b20c524378f25710f129e (diff) | |
download | gitea-6598d0291cf7dfeb00cb5e5d18faf2bf46fad596.tar.gz gitea-6598d0291cf7dfeb00cb5e5d18faf2bf46fad596.zip |
Allow Organisations to have a E-Mail (#25082)
Resolves #25057
This adds a E-Mail field to Organisations. The E-Mail is just shown on
the Profile when it is visited by a logged in User. The E-mail is not
used for something else.
**Screenshots:**


---------
Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Co-authored-by: Denys Konovalov <privat@denyskon.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8784ab6878..4eb60e5c9b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2532,6 +2532,7 @@ form.create_org_not_allowed = You are not allowed to create an organization. settings = Settings settings.options = Organization settings.full_name = Full Name +settings.email = Contact Email settings.website = Website settings.location = Location settings.permission = Permissions |