fix: copy on unknown file warning modal (#7078)

Closes: #6865
This commit is contained in:
Calum H.
2026-08-10 15:26:23 +00:00
committed by GitHub
parent e8aee15664
commit d0856d46f2
6 changed files with 7 additions and 11 deletions
@@ -164,8 +164,7 @@ const messages = defineMessages({
},
reviewedFiles: {
id: 'unknown-file-warning-modal.reviewed-files',
defaultMessage:
'A file is only reviewed if its published to Modrinth, regardless of its file format (including .mrpack).',
defaultMessage: "Files that aren't published to Modrinth aren't reviewed.",
},
unrecognizedFiles: {
id: 'unknown-file-warning-modal.unrecognized-files',
@@ -420,8 +420,7 @@ const messages = defineMessages({
},
reviewedFiles: {
id: 'content.diff-modal.reviewed-files',
defaultMessage:
'A file is only reviewed if its published to Modrinth, regardless of its file format (including .mrpack).',
defaultMessage: "Files that aren't published to Modrinth aren't reviewed.",
},
installAnyway: {
id: 'content.diff-modal.install-anyway',
+2 -2
View File
@@ -507,7 +507,7 @@
"defaultMessage": "{count} removed (disabled)"
},
"content.diff-modal.reviewed-files": {
"defaultMessage": "A file is only reviewed if its published to Modrinth, regardless of its file format (including .mrpack)."
"defaultMessage": "Files that aren't published to Modrinth aren't reviewed."
},
"content.diff-modal.unknown-content-body": {
"defaultMessage": "Some content on your server could not be analyzed and may be affected by this change."
@@ -6039,7 +6039,7 @@
"defaultMessage": "Unknown files warning"
},
"unknown-file-warning-modal.reviewed-files": {
"defaultMessage": "A file is only reviewed if its published to Modrinth, regardless of its file format (including .mrpack)."
"defaultMessage": "Files that aren't published to Modrinth aren't reviewed."
},
"unknown-file-warning-modal.unrecognized-files": {
"defaultMessage": "Unrecognized files"