core: update error message for shorthand is bad
This commit is contained in:
parent
d08866e9f3
commit
7e847a36b6
|
@ -248,9 +248,10 @@ en:
|
|||
Constraints: %{constraints}
|
||||
Available versions: %{versions}
|
||||
box_add_short_not_found: |-
|
||||
The box '%{name}' could not be found or could not be accessed
|
||||
in the remote catalog. Please double-check the name. The
|
||||
expanded URL and error message are shown below.
|
||||
The box '%{name}' could not be found or
|
||||
could not be accessed in the remote catalog. Please
|
||||
double-check the name. The expanded URL and error message
|
||||
are shown below.
|
||||
|
||||
URL: %{url}
|
||||
Error: %{error}
|
||||
|
|
Loading…
Reference in New Issue