diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2018-07-13 18:32:58 +0300 | 
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2018-07-13 18:32:58 +0300 | 
| commit | 5b9ab1b7bfe4f7e0612784d566afc936995abc53 (patch) | |
| tree | ffa2636100baf1a6e9f883d602cac9ed31a386df | |
| parent | 28cdee4e0833c96f4b0c707092814f6ed0bbfd96 (diff) | |
MAINT-8872 Don't display url-like group name as a link in notification
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 30ae7c1d09..e96843b8fe 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3817,7 +3817,7 @@ Unable to add estate manager [AGENT] to banned list.     icon="alertmodal.tga"     name="GroupIsAlreadyInList"     type="alertmodal"> -[GROUP] is already in the Allowed Groups list. +<nolink>[GROUP]</nolink> is already in the Allowed Groups list.    </notification>    <notification  | 
