forked from toolshed/abra
fix: i18n & clarify no release notes msg
This commit is contained in:
@ -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),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user