Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Sep 2, 2024
1 parent 1c96be6 commit 29ce8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/my_profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>

<p>Read more <a href="{{ path('api_doc') }}#create-package">about the API</a>.</p>
<p>You can rotate your API tokens and generate a new one at any time.</p>
<p>You can rotate your API tokens and generate new ones at any time.</p>
<form class="rotate action" action="{{ path('rotate_token') }}" method="POST">
<input class="btn btn-inverse btn-rotate-api-token" type="submit" value="Rotate API Tokens" />
<input type="hidden" name="token" value="{{ rotateApiCsrfToken }}" />
Expand Down

0 comments on commit 29ce8c5

Please sign in to comment.