Skip to content

Commit

Permalink
Merge pull request #3180 from dzhw/ewolf47/shoppingCartButtonHint
Browse files Browse the repository at this point in the history
added hint text for analysis package shopping cart
  • Loading branch information
ewolf47 committed Dec 9, 2022
2 parents bf4ec70 + 5cb32be commit de248b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ angular.module('metadatamanagementApp').config(
'add-data-package-tooltip': 'Klicken, um das Datenpaket mit den ausgewählten Optionen in den Warenkorb zu legen.',
'add-analysis-package-tooltip': 'Klicken, um das Analysepaket mit den ausgewählten Optionen in den Warenkorb zu legen.',
'choose-data-package-options': 'Klicken, um eine Variante dieses Datenpakets in den Warenkorb zu legen.',
'choose-analysis-package-options': 'Klicken, um eine Variante dieses Analysepaketes in den Warenkorb zu legen.',
'open-cart': 'Zum Warenkorb',
'checkout-tooltip': 'Klicken, um die Datenpakete zu bestellen.',
'remove-all': 'Warenkorb leeren',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ angular.module('metadatamanagementApp').config(
'add-data-package-tooltip': 'Click to put the data package with the selected options into the shopping cart.',
'add-analysis-package-tooltip': 'Click to put the analysis package with the selected options into the shopping cart.',
'choose-data-package-options': 'Click to add a variant of this data package to the shopping cart.',
'choose-analysis-package-options': 'Click to add a variant of this analysis package to the shopping cart.',
'open-cart': 'Go to shopping cart',
'remove-all': 'Empty Shopping Cart',
'remove-all-tooltip': 'Click to remove all packages from the shopping cart.',
Expand Down

0 comments on commit de248b5

Please sign in to comment.