-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore page missing text #7931
Labels
⚠️bug?
This might be a bug
Comments
This is using a missing string misskey/src/client/pages/admin/abuses.vue Lines 12 to 23 in 1c38c70
diff --git a/src/client/pages/explore.vue b/src/client/pages/explore.vue
index a77b4e53c..5a23d34d2 100644
--- a/src/client/pages/explore.vue
+++ b/src/client/pages/explore.vue
@@ -70,7 +70,7 @@
<MkRadios v-model="searchOrigin">
<option value="local">{{ $ts.local }}</option>
<option value="remote">{{ $ts.remote }}</option>
- <option value="both">{{ $ts.both }}</option>
+ <option value="both">{{ $ts.all }}</option>
</MkRadios>
</div> |
I also see |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 Summary
Explore page missing text
🙂 Expected Behavior
Text is visible when visiting Explore page
Blank space after Remote
Screenshot
📝 Steps to Reproduce
📌 Environment
Misskey 12.94.1 Firefox and Chrome
The text was updated successfully, but these errors were encountered: