fix customization shop display on mobile

This commit is contained in:
Phillip Thelen
2024-04-29 10:35:50 +02:00
parent f05888b116
commit 4c2cdfe5b8
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -557,8 +557,8 @@ shops.getCustomizationsShop = function getCustomizationsShop (user, language) {
return {
identifier: 'customizationsShop',
text: i18n.t('titleCustomizations'),
notes: i18n.t('timeTravelersPopover'),
imageName: 'npc_timetravelers_active',
notes: i18n.t('customizationsShopText'),
imageName: 'npc_customizations',
categories: shops.getCustomizationsShopCategories(user, language),
};
};