diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-03 20:12:46 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2020-01-03 20:12:46 +0200 |
commit | 37ca582a2dacfbe7cbb37d2e9ecddca0a9bc8ed7 (patch) | |
tree | 362bb063f34d61e94aa2b13d16638a78acfba3cd /indra/newview/skins/default/xui | |
parent | b6119253574cbc6ed355f342c056a4a198001a20 (diff) |
SL-9699 Do not disable 'remember me' checkbox
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 669d6a40c6..70f3139488 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3552,6 +3552,14 @@ If this is your first time using [SECOND_LIFE], you will need to create an accou <notification icon="alertmodal.tga" + name="LoginCantRemoveUsername" + type="alertmodal"> + <tag>fail</tag> +Already remembered user can be forgotten from Me > Preferences > Advanced > Remembered Usernames. + </notification> + + <notification + icon="alertmodal.tga" name="LoginPacketNeverReceived" type="alertmodal"> <tag>fail</tag> |