changed string Bamort to BaMoRT

This commit is contained in:
2026-01-25 21:57:58 +01:00
parent 5112090718
commit e79067b39f
14 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"strings"
)
// ExportCharToVTT converts a Bamort character to VTT JSON format
// ExportCharToVTT converts a BaMoRT character to VTT JSON format
func ExportCharToVTT(char *models.Char) (*CharacterImport, error) {
vtt := &CharacterImport{}