1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-07 10:08:20 +00:00

feat: add check misspelling (#1877)

This commit is contained in:
Bo-Yi Wu
2017-06-05 02:49:46 -05:00
committed by GitHub
parent ed31dff5ab
commit 703d18e50d
29 changed files with 43 additions and 27 deletions

View File

@@ -402,7 +402,7 @@ tokens_desc = Tokens you have generated which can be used to access the Gitea AP
new_token_desc = Each token will have full access to your account.
token_name = Token Name
generate_token = Generate Token
generate_token_succees = Your access token was successfully generated! Be sure to copy it right now, because you will not be able to see it again later!
generate_token_success = Your access token was successfully generated! Be sure to copy it right now, because you will not be able to see it again later!
delete_token = Delete
access_token_deletion = Personal Access Token Deletion
access_token_deletion_desc = Delete this personal access token will revoke access for any application using this token. Do you want to continue?