Skip to content

Commit

Permalink
Add info message to the account credentials section
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Jul 3, 2024
1 parent 7d35a29 commit b07988e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
</div>
</div>
<div class="card-body">
<div class="alert alert-info">
{{ 'sylius.ui.account_credentials_details'|trans }}
</div>
{% hook 'account_credentials' %}
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sylius:
access_token: 'Access Token'
access_your_store_account_or_create_a_new_one: 'Access your store account or create a new one'
account_credentials: 'Account credentials'
account_credentials_details: 'This section is optional. If filled in, it will be used to create a shop account for the customer or update password of an existing one.'
account_panel_outline: 'Enjoy all the features that are available on your personal space to view, track and manage all your data'
action: 'Action'
actions: 'Actions'
Expand Down

0 comments on commit b07988e

Please sign in to comment.