mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 14:42:21 +03:00
Remove "by your instance" part of the error message
This commit is contained in:
parent
e472bc2e27
commit
28f87e2c8a
1 changed files with 2 additions and 2 deletions
|
@ -620,8 +620,8 @@ function Compose({
|
|||
if (unsupportedFiles.length > 0) {
|
||||
alert(
|
||||
plural(unsupportedFiles.length, {
|
||||
one: `File ${unsupportedFiles[0]} is not supported by your instance.`,
|
||||
other: `Files ${unsupportedFiles.join(", ")} are not supported by your instance.`,
|
||||
one: `File ${unsupportedFiles[0]} is not supported.`,
|
||||
other: `Files ${unsupportedFiles.join(", ")} are not supported.`,
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue