diff options
author | Gusted <gusted@noreply.codeberg.org> | 2024-03-24 23:02:44 +0100 |
---|---|---|
committer | Gusted <gusted@noreply.codeberg.org> | 2024-03-24 23:02:44 +0100 |
commit | 9f088464ea341b6bf715400030a6f504c2c3bea5 (patch) | |
tree | 7ae8b9dc7c478a426a3a48f826741e6e498050e1 | |
parent | [BUG] Use new translation key (diff) | |
parent | Fix typo in translation (diff) | |
download | forgejo-9f088464ea341b6bf715400030a6f504c2c3bea5.tar.xz forgejo-9f088464ea341b6bf715400030a6f504c2c3bea5.zip |
Merge pull request 'Fix typo in translation' (#2768) from forgejo-tr-typo into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2768
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
-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 86a7ebcf82..12e4941370 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3057,7 +3057,7 @@ auths.attribute_surname = Surname attribute auths.attribute_mail = Email attribute auths.attribute_ssh_public_key = Public SSH key attribute auths.attribute_avatar = Avatar attribute -auths.attributes_in_bind = Fetch attributes in nind DN context +auths.attributes_in_bind = Fetch attributes in bind DN context auths.allow_deactivate_all = Allow an empty search result to deactivate all users auths.use_paged_search = Use paged search auths.search_page_size = Page size |