Fix the AssetProxy i18n error message. Fixes bug #11317
This commit is contained in:
parent
e7ae5b60d3
commit
55f430d852
2 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ use strict;
|
|||
our $I18N = {
|
||||
|
||||
'invalid url' => {
|
||||
message => q|AssetProxy: Invalid Asset URL|,
|
||||
lastUpdated => 1221160383,
|
||||
message => q|AssetProxy: Invalid Asset URL or assetId|,
|
||||
lastUpdated => 1262117594,
|
||||
},
|
||||
|
||||
'asset in trash' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue