Skip to content

Commit

Permalink
SW-19761 - Update text of growl message
Browse files Browse the repository at this point in the history
  • Loading branch information
soebbing committed Sep 22, 2017
1 parent 5931e88 commit 00df971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions snippets/backend/order/main.ini
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ message/delete/title = "Delete selected positions"
message/details/failure = "An error occurred while attempting to save the order details for order [0]."
message/details/success = "The order addresses and payment method have been saved successfully for order [0]."
message/documents/failure = "An error occurred while attempting to create the order document."
message/documents/success = "Internal comment has been saved successfully."
message/documents/success = "Document has been created successfully."
message/external_comment/failure = "An error occurred while attempting to save the external comment for order [0]."
message/external_comment/success = "External comment has been saved successfully for order [0]."
message/internal_comment/failure = "An error occurred while attempting to save the internal comment for order [0]."
Expand Down Expand Up @@ -518,4 +518,4 @@ attachment/batch/add = "Dokumente an E-Mail anhängen"
document/attachemnt/error = "Fehler"
document/attachment/invoice/number = "Rechnungsnummer"
document/attachment/invoice/number/text = "Bitte gib die Rechnungsnummer ein, auf die sich die Stornorechnung bezieht:"
document/attachment/invoice/number/hint = "Betreffende Rechnung:"
document/attachment/invoice/number/hint = "Betreffende Rechnung:"
2 changes: 1 addition & 1 deletion themes/Backend/ExtJs/backend/order/controller/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Ext.define('Shopware.apps.Order.controller.Detail', {
nonEditable: '{s name=message/positions/nonEditable}This article is not editable{/s}'
},
documents: {
successMessage: '{s name=message/documents/success}Internal comment has been saved successfully{/s}',
successMessage: '{s name=message/documents/success}Document has been created successfully{/s}',
failureMessage: '{s name=message/documents/failure}An error has occurred while creating the order document.{/s}'
},
delete: {
Expand Down

0 comments on commit 00df971

Please sign in to comment.