diff options
author | Panagiotis "Ivory" Vasilopoulos <git@n0toose.net> | 2023-07-24 04:17:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 04:17:32 +0000 |
commit | 4b6764bbb36f616035477480fc14959687d9d65b (patch) | |
tree | a11112d1a0af348f24fb063c8923591ba76a7e92 /options | |
parent | f2138d6968a96721f58655196ab4f132c20f9425 (diff) | |
download | gitea-4b6764bbb36f616035477480fc14959687d9d65b.tar.gz gitea-4b6764bbb36f616035477480fc14959687d9d65b.zip |
Make organization redirect warning more clear (#26077)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 24be7e0fc3..8784ab6878 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -640,7 +640,7 @@ update_language_success = Language has been updated. update_profile_success = Your profile has been updated. change_username = Your username has been changed. change_username_prompt = Note: username changes also change your account URL. -change_username_redirect_prompt = The old username will redirect until it is claimed. +change_username_redirect_prompt = The old username will redirect until someone claims it. continue = Continue cancel = Cancel language = Language @@ -2545,7 +2545,7 @@ settings.visibility.private_shortname = Private settings.update_settings = Update Settings settings.update_setting_success = Organization settings have been updated. -settings.change_orgname_prompt = Note: changing the organization name also changes the organization's URL. +settings.change_orgname_prompt = Note: Changing the organization name will also change your organization's URL and free the old name. settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed. settings.update_avatar_success = The organization's avatar has been updated. settings.delete = Delete Organization |