mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
fix authorized apps settings, redesign, fix retro theme vars (#6900)
* fix authorized apps settings, redesign, fix retro theme vars * merge * fix: retro in app --------- Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
This commit is contained in:
@@ -4802,18 +4802,24 @@
|
||||
"settings.authorizations.about-this-app": {
|
||||
"message": "About this app"
|
||||
},
|
||||
"settings.authorizations.by": {
|
||||
"message": "by"
|
||||
"settings.authorizations.created-by": {
|
||||
"message": "Created by {user}"
|
||||
},
|
||||
"settings.authorizations.description": {
|
||||
"message": "When you authorize an application with your Modrinth account, you grant it access to your account. You can manage and review access to your account here at any time."
|
||||
},
|
||||
"settings.authorizations.empty-state": {
|
||||
"message": "We currently can't display your authorized apps, we're working to fix this. Please visit this page at a later date!"
|
||||
"settings.authorizations.empty-state.description": {
|
||||
"message": "Applications you authorize will appear here."
|
||||
},
|
||||
"settings.authorizations.empty-state.heading": {
|
||||
"message": "No authorized apps"
|
||||
},
|
||||
"settings.authorizations.head-title": {
|
||||
"message": "Authorizations"
|
||||
},
|
||||
"settings.authorizations.official-tooltip": {
|
||||
"message": "This app is created by an official Modrinth account."
|
||||
},
|
||||
"settings.authorizations.revoke.action": {
|
||||
"message": "Revoke"
|
||||
},
|
||||
@@ -4823,6 +4829,9 @@
|
||||
"settings.authorizations.revoke.confirm.title": {
|
||||
"message": "Are you sure you want to revoke this application?"
|
||||
},
|
||||
"settings.authorizations.unofficial-disclosure": {
|
||||
"message": "This app is not affiliated with Modrinth in any way, despite its name."
|
||||
},
|
||||
"settings.billing.charges.description": {
|
||||
"message": "All of your past charges to your Modrinth account will be listed here:"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user