Revert wrong quotation mark in English locale
This commit is contained in:
parent
bceabfec5c
commit
3e49104318
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ en:
|
||||||
check:
|
check:
|
||||||
not_empty: ! '%{name} could not be deleted, the inventory is not zero.'
|
not_empty: ! '%{name} could not be deleted, the inventory is not zero.'
|
||||||
create:
|
create:
|
||||||
notice: New stock article »%{name}« was created.
|
notice: New stock article %{name} was created.
|
||||||
destroy:
|
destroy:
|
||||||
notice: Article »%{name}« was deleted.
|
notice: Article »%{name}« was deleted.
|
||||||
edit:
|
edit:
|
||||||
|
|
Loading…
Reference in a new issue