Fixed styling of no API tokens yet message

This commit is contained in:
Jan Böhmer 2023-08-26 23:21:28 +02:00
parent 3e693642b6
commit 56d120cd08
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,7 @@
{% if user.apiTokens.empty %}
<br><br>
<b>{% trans %}user.settings.api_tokens.no_api_tokens_yet{% endtrans %}</b>
<br><br>
{% else %}
<form action="{{ path('user_api_tokens_delete') }}" method="post"
{{ stimulus_controller('elements/delete_btn') }} {{ stimulus_action('elements/delete_btn', "submit", "submit") }}

View file

@ -11789,5 +11789,11 @@ Please note, that you can not impersonate a disabled user. If you try you will g
<target>API token deleted successfully!</target>
</segment>
</unit>
<unit id="TFTBy25" name="user.settings.api_tokens.no_api_tokens_yet">
<segment>
<source>user.settings.api_tokens.no_api_tokens_yet</source>
<target>No API tokens configured yet.</target>
</segment>
</unit>
</file>
</xliff>