Skip to content

Commit 81f7d5d

Browse files
authored
Merge branch 'main' into patch-mail-templates-1
2 parents 3cb0265 + 5050976 commit 81f7d5d

File tree

4 files changed

+303
-8
lines changed

4 files changed

+303
-8
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ path = Path
269269
sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.
270270
reinstall_error = You are trying to install into an existing Gitea database
271271
reinstall_confirm_message = Re-installing with an existing Gitea database can cause multiple problems. In most cases, you should use your existing "app.ini" to run Gitea. If you know what you are doing, confirm the following:
272-
reinstall_confirm_check_1 = The data encrypted by the SECRET_KEY in app.ini may be lost: users may not be able to log in with 2FA/OTP and mirrors may not function correctly. By checking this box, you confirm that the current app.ini file contains the correct the SECRET_KEY.
272+
reinstall_confirm_check_1 = The data encrypted by the SECRET_KEY in app.ini may be lost: users may not be able to log in with 2FA/OTP and mirrors may not function correctly. By checking this box, you confirm that the current app.ini file contains the correct SECRET_KEY.
273273
reinstall_confirm_check_2 = The repositories and settings may need to be resynchronized. By checking this box, you confirm that you will resynchronize the hooks for the repositories and authorized_keys file manually. You confirm that you will ensure that repository and mirror settings are correct.
274274
reinstall_confirm_check_3 = You confirm that you are absolutely sure that this Gitea is running with the correct app.ini location and that you are sure that you have to re-install. You confirm that you acknowledge the above risks.
275275
err_empty_db_path = The SQLite3 database path cannot be empty.
@@ -3261,7 +3261,7 @@ auths.oauth2_required_claim_name_helper = Set this name to restrict login from t
32613261
auths.oauth2_required_claim_value = Required Claim Value
32623262
auths.oauth2_required_claim_value_helper = Set this value to restrict login from this source to users with a claim with this name and value
32633263
auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
3264-
auths.oauth2_full_name_claim_name = Full Name Claim Name. (Optional; if set, the user's full name will always be synchronized with this claim)
3264+
auths.oauth2_full_name_claim_name = Full Name Claim Name. (Optional if set, the user's full name will always be synchronized with this claim)
32653265
auths.oauth2_ssh_public_key_claim_name = SSH Public Key Claim Name
32663266
auths.oauth2_admin_group = Group Claim value for administrator users. (Optional — requires claim name above)
32673267
auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional — requires claim name above)

0 commit comments

Comments
 (0)