From 533846ded7ed10a7ef04343b678375b719d9a8d8 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 1 Oct 2025 11:11:42 +1300 Subject: [PATCH] Instance closed icon --- src/components/InstanceInfo.vue | 8 +---- src/components/Location.vue | 35 ++++++++++++++++++---- src/components/LocationWorld.vue | 50 ++++++++++++++++++++++++++------ src/localization/en/en.json | 4 +-- 4 files changed, 73 insertions(+), 24 deletions(-) diff --git a/src/components/InstanceInfo.vue b/src/components/InstanceInfo.vue index e9289b07..ed3c1221 100644 --- a/src/components/InstanceInfo.vue +++ b/src/components/InstanceInfo.vue @@ -8,7 +8,7 @@ /> + + diff --git a/src/localization/en/en.json b/src/localization/en/en.json index 66d08a56..c86710b8 100644 --- a/src/localization/en/en.json +++ b/src/localization/en/en.json @@ -861,8 +861,8 @@ "vrcplus_hides_avatar": "When a VRC+ profile photo is set, avatar info is hidden. This also hides avatar changes in the feed", "accuracy_notice": "Info from local database may not be accurate", "instance_full": "full", - "instance_closed": "closed", - "instance_hard_closed": "hard closed", + "instance_closed": "Instance closed", + "instance_hard_closed": "Instance hard closed", "close_instance": "Close Instance", "instance_age_gated": "age gated", "open_previous_instance": "Open Previous Instances"