diff options
author | Joel Wetzell <jwetzell@yahoo.com> | 2023-10-25 12:21:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 19:21:23 +0200 |
commit | 46dd02702d29548c4de3e55842faa5694ef69b8a (patch) | |
tree | dea1544ac8ddc1fd8dfd62acec727f211340ec4b /options | |
parent | 7a286e47532a31ed6abcde3a45da4bad1653a42e (diff) | |
download | gitea-46dd02702d29548c4de3e55842faa5694ef69b8a.tar.gz gitea-46dd02702d29548c4de3e55842faa5694ef69b8a.zip |
Fix typo when updating email address (#27789)
- correct text that is shown when attempting to change an email address
Diffstat (limited to 'options')
-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 8dcce73b7d..d9d0dd7968 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2856,7 +2856,7 @@ emails.updated = Email updated emails.not_updated = Failed to update the requested email address: %v emails.duplicate_active = This email address is already active for a different user. emails.change_email_header = Update Email Properties -emails.change_email_text = Are your sure you want to update this email address? +emails.change_email_text = Are you sure you want to update this email address? orgs.org_manage_panel = Organization Management orgs.name = Name |