Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cacd252

Browse files
committedMar 23, 2023
removing unnecessary backquotes
1 parent fbf6785 commit cacd252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎options/locale/locale_en-US.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ no_reply_address = Hidden Email Domain
249249
no_reply_address_helper = Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.
250250
password_algorithm = Password Hash Algorithm
251251
invalid_password_algorithm = Invalid password hash algorithm
252-
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.
252+
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.
253253
enable_update_checker = Enable Update Checker
254254
enable_update_checker_helper = Checks for new version releases periodically by connecting to gitea.io.
255255

0 commit comments

Comments
 (0)
Please sign in to comment.