diff --git a/src/utils/translation.ts b/src/utils/translation.ts index 7a91ce2..8d3fa0a 100755 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -28,8 +28,6 @@ export const SUPPORTED_LANGUAGES = { }; const Texts = { - "xbox-360-games": "Xbox 360 games", - "xbox-apps": "Xbox apps", "achievements": "Achievements", "activate": "Activate", "activated": "Activated", @@ -435,6 +433,8 @@ const Texts = { "wallpaper": "Wallpaper", "webgl2": "WebGL2", "webgpu": "WebGPU", + "xbox-360-games": "Xbox 360 games", + "xbox-apps": "Xbox apps", }; export class Translations {