fix(settings/user/snake): personnalMessage -> snake

This commit is contained in:
2026-01-31 00:37:07 +01:00
parent 717c3c8f17
commit 962b075837
9 changed files with 17 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ const IMAGES_MAP: Record<string, AtlasImage> = {
user: assets.images.settings.topScreen.user.user,
userUserName: assets.images.settings.topScreen.user.userName,
userBirthday: assets.images.settings.topScreen.user.birthday,
userMessage: assets.images.settings.topScreen.user.message,
userSnake: assets.images.settings.topScreen.user.snake,
userColor: assets.images.settings.topScreen.user.color,
touchScreen: assets.images.settings.topScreen.touchScreen.touchScreen,