diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-29 23:37:58 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-05-29 23:37:58 +0300 |
commit | b9fad316a356fd223dcf29ed000de1b86e6a93d3 (patch) | |
tree | 6cf8a12dd8eb386d110bc68b7aa741f1a7e3abc7 /indra/newview/skins | |
parent | 352ca2f881b02bd455d0f191d93737d3dc3dd52d (diff) |
SL-17429 Message user when their inventory hits AIS2 limits
Diffstat (limited to 'indra/newview/skins')
-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 e8fdc84fae..4c8d7fbd83 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6441,6 +6441,14 @@ Your trash is overflowing. This may cause problems logging in. </notification> <notification + icon="notifytip.tga" + name="InventoryLimitReachedAIS" + type="notifytip"> +Your inventory is experiencing issues. Please, contact support. + <tag>fail</tag> + </notification> + + <notification icon="alertmodal.tga" name="ConfirmClearBrowserCache" type="alertmodal"> |