[FIXED] Corregir definición del título en cversadm_token.sh
- Modificar la variable title para usar head_000 y head_002 en lugar de valor estático - Asegurar consistencia con el diseño de otros scripts del sistema - Utilizar las variables de mensajes estándar para el título 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4b4d478f57
commit
3027fffd61
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ source "${BIN_HOME}/${BIN_BASE}/${BIN_LIBS}/console.lib"
|
|||
load_messages "${BIN_HOME}/${BIN_BASE}" "${BIN_MESG}" "es" "developers"
|
||||
|
||||
# Variables globales
|
||||
title="MRDevs Tools"
|
||||
title="${head_000} ${head_002}"
|
||||
apps_title="${cvmsg_000}"
|
||||
|
||||
# Función para verificar si SOPS está instalado
|
||||
|
|
Loading…
Reference in a new issue