Skip to content

Update about dialog title from 'Kiro-Krew' to 'Elasticache Krew' #266

Description

@jbrinkman

Problem Statement

The about dialog currently displays "Kiro-Krew Version Information" as its title. This needs to be updated to reflect "Elasticache Krew" branding.

User Story

As a user, when I run the about command in the REPL, I should see "Elasticache Krew Version Information" as the dialog title instead of "Kiro-Krew Version Information".

Acceptance Criteria

  • The about dialog title is changed from "Kiro-Krew Version Information" to "Elasticache Krew Version Information"
  • The change is in /internal/tui/commands.go at line 422 in the handleAbout() function
  • The about command displays the correct title when invoked
  • No other references to "Kiro-Krew" or "Kiro Krew" are modified (only the about dialog title)

Context

The title string is passed to activateOverlay() in the handleAbout() function:

m = m.activateOverlay(overlayAbout, "Kiro-Krew Version Information", m.aboutDialog.GetFullContent())

This should be changed to:

m = m.activateOverlay(overlayAbout, "Elasticache Krew Version Information", m.aboutDialog.GetFullContent())

Metadata

Metadata

Assignees

No one assigned

    Labels

    kiro-krewIssue for kiro-krew automated processingkiro-krew-doneIssue completed by kiro-krew

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions