diff --git a/package.json b/package.json index ad2758d..8b592d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beammp-website", "private": true, - "version": "2.4.11", + "version": "2.4.12", "type": "module", "scripts": { "dev": "vite", diff --git a/src/locales/en.json b/src/locales/en.json index bbbebc9..67e0571 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -51,7 +51,7 @@ "features": { "stable_servers": { "title": "Stable Servers", - "description": "BeamMP allows for stable servers, with a variety of servers located across the globe." + "description": "BeamMP allows for a stable environment, with a variety of servers located across the globe." }, "beamng": { "title": "BeamNG.drive", @@ -68,7 +68,7 @@ }, "communities": { "join": "Join a Thriving Community", - "description": "Discover diverse gameplay experiences across hundreds of unique servers", + "description": "Discover diverse gameplay experiences across thousands of unique servers", "racing": { "name": "Racing Communities", "description": "Competitive racing leagues and time trials with players worldwide" diff --git a/src/views/Servers.vue b/src/views/Servers.vue index b014935..8a52a22 100644 --- a/src/views/Servers.vue +++ b/src/views/Servers.vue @@ -1,8 +1,8 @@