From c2acdaad9d164e73eeee3c17b7ca54385dad1d32 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 4 Aug 2013 01:11:03 -0700 Subject: [PATCH] add better copy for username changes --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 81aa002adf2..ac593c5f405 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -198,7 +198,7 @@ en: change_username: title: "Change Username" - confirm: "There could be consequences to changing your username. Are you absolutely sure you want to?" + confirm: "If you change your username, all prior quotes of your posts and @name mentions will be broken. Are you absolutely sure you want to?" taken: "Sorry, that username is taken." error: "There was an error changing your username." invalid: "That username is invalid. It must only include numbers and letters"