p92 semantic patch
This commit is contained in:
@@ -39,7 +39,7 @@ parameters:
|
|||||||
footer_disclaimer: 'powered by mitho® | RetrieX kann fehlerhafte Ausgaben machen. RetrieX verwendet alle Daten zum Trainieren seiner Modelle.'
|
footer_disclaimer: 'powered by mitho® | RetrieX kann fehlerhafte Ausgaben machen. RetrieX verwendet alle Daten zum Trainieren seiner Modelle.'
|
||||||
buttons:
|
buttons:
|
||||||
clear: 'Diesen Chat löschen'
|
clear: 'Diesen Chat löschen'
|
||||||
logout: 'Abmelden'
|
logout: ''
|
||||||
send: 'Send'
|
send: 'Send'
|
||||||
abort: 'Abbrechen'
|
abort: 'Abbrechen'
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -36,14 +36,14 @@
|
|||||||
</svg>
|
</svg>
|
||||||
<span data-chat-message-text="ui.buttons.clear">Diesen Chat löschen</span>
|
<span data-chat-message-text="ui.buttons.clear">Diesen Chat löschen</span>
|
||||||
</button>
|
</button>
|
||||||
<a id="chat-logout" href="{{ path('chat_logout') }}" class="btn btn-trans"
|
<a id="chat-logout" href="{{ path('chat_logout') }}" class="btn btn-trans bg-dark"
|
||||||
data-chat-message-aria-label="ui.buttons.logout">
|
data-chat-message-aria-label="ui.buttons.logout">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-power"
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-power"
|
||||||
viewBox="0 0 16 16" aria-hidden="true" focusable="false">
|
viewBox="0 0 16 16" aria-hidden="true" focusable="false">
|
||||||
<path d="M7.5 1v7h1V1z"/>
|
<path d="M7.5 1v7h1V1z"/>
|
||||||
<path d="M3 8.812a5 5 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812"/>
|
<path d="M3 8.812a5 5 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812"/>
|
||||||
</svg>
|
</svg>
|
||||||
<span data-chat-message-text="ui.buttons.logout">Abmelden</span>
|
<span data-chat-message-text="ui.buttons.logout"></span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="ai-cloud" class="ai-cloud d-none"></div>
|
<div id="ai-cloud" class="ai-cloud d-none"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user