chore: add missing i18n on --latest [ci skip]

This commit is contained in:
2025-09-03 00:24:55 +02:00
parent 2291712661
commit cf2952dc65

View File

@ -367,8 +367,8 @@ func init() {
AppDeployCommand.PersistentFlags().BoolVarP(
&internal.DeployLatest,
"latest",
"l",
i18n.G("latest"),
i18n.G("l"),
false,
i18n.G("deploy latest recipe version"),
)