Fix typo in commands.component.html

oggui/commands
Alvaro Puente Mella 2024-09-26 10:50:59 +02:00
parent 8f49e39bd5
commit 86bcf04b2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="header-container">
<h2 class="title" i18n="@@adminCommandsTitle">Administrar comandos</h2>
<h2 class="title" i18n="@@adminCommandsTitle">Administrar Comandos</h2>
<div class="command-button-row">
<button mat-flat-button color="primary" (click)="openCreateCommandModal()">Añadir Comando</button>
</div>