fix: i18n & clarify no release notes msg

This commit is contained in:
2026-04-10 23:14:53 +02:00
parent aae20f07cc
commit 1013f669bb

View File

@ -238,7 +238,7 @@ beforehand. See "abra app backup" for more.`),
if upgradeReleaseNotes == "" {
upgradeWarnMessages = append(
upgradeWarnMessages,
fmt.Sprintf("no release notes available for %s", chosenUpgrade),
i18n.G("no release notes for upgrading from %s to %s", deployMeta.Version, chosenUpgrade),
)
}