feat: Ersetze Button-Text "Nächste Zeile" durch "Nächster Text"
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
parent
0256ccdf91
commit
480575a2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
<!-- Buttons -->
|
||||
<div class="d-flex justify-content-between">
|
||||
<button id="next-btn" class="btn btn-success">
|
||||
<i class="fas fa-arrow-right"></i> Nächste Zeile
|
||||
<i class="fas fa-arrow-right"></i> Nächster Text
|
||||
</button>
|
||||
<button id="end-btn" class="btn btn-danger">
|
||||
<i class="fas fa-times"></i> Beenden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue