feat: better tooltips for mods in content tab hosting panel (#5679)

* feat: better tooltips for mods in content tab hosting panel

* feat: qa
This commit is contained in:
Calum H.
2026-03-26 22:55:08 +00:00
committed by GitHub
parent ef1ffa6577
commit 4394092928
17 changed files with 223 additions and 86 deletions

View File

@@ -406,6 +406,16 @@ export const commonMessages = defineMessages({
defaultMessage:
"This is a client-side mod and may cause issues. We've kept it enabled because some authors mislabel environments, and the loader should resolve the conflict.",
},
clientRetainedWarning: {
id: 'label.client-retained-warning',
defaultMessage:
'This is a client-side mod that was installed as a dependency and may cause issues when starting your server',
},
clientDependsWarning: {
id: 'label.client-depends-warning',
defaultMessage:
'This mod depends on a client-side mod and may cause issues when starting your server',
},
selectAllLabel: {
id: 'label.select-all',
defaultMessage: 'Select all',