Again revert wrong quotation mark in English locale
This commit is contained in:
parent
3e49104318
commit
92f560e189
1 changed files with 3 additions and 3 deletions
|
@ -1427,7 +1427,7 @@ en:
|
||||||
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:
|
||||||
title: Edit stock articles
|
title: Edit stock articles
|
||||||
form:
|
form:
|
||||||
|
@ -1454,9 +1454,9 @@ en:
|
||||||
reason: Reason
|
reason: Reason
|
||||||
stock_changes: Stock quantity changes
|
stock_changes: Stock quantity changes
|
||||||
stock_article:
|
stock_article:
|
||||||
confirm_delete: Are you sure you want to delete the stock article »%{name}«?
|
confirm_delete: Are you sure you want to delete the stock article %{name}?
|
||||||
update:
|
update:
|
||||||
notice: Stock article »%{name}« was saved.
|
notice: Stock article %{name} was saved.
|
||||||
suppliers:
|
suppliers:
|
||||||
create:
|
create:
|
||||||
notice: Supplier was created
|
notice: Supplier was created
|
||||||
|
|
Loading…
Reference in a new issue