diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-05-29 16:19:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 16:19:56 +0800 |
commit | e0273bad72fb0d09cc4055240cbd6f1df757e0a9 (patch) | |
tree | b52c31d577c4aae91b20dd0e1c71a8f06202324b /options | |
parent | 76681883ec640a44b8b1a8db7ac4619778202ee2 (diff) | |
download | gitea-e0273bad72fb0d09cc4055240cbd6f1df757e0a9.tar.gz gitea-e0273bad72fb0d09cc4055240cbd6f1df757e0a9.zip |
Fix i18n for Link Account button, re-format tmpl (#19835)
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 5061c735ae..66dad56fd0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -778,6 +778,7 @@ webauthn_delete_key_desc = If you remove a security key you can no longer sign i manage_account_links = Manage Linked Accounts manage_account_links_desc = These external accounts are linked to your Gitea account. account_links_not_available = There are currently no external accounts linked to your Gitea account. +link_account = Link Account remove_account_link = Remove Linked Account remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue? remove_account_link_success = The linked account has been removed. |