Skip to content

Commit 331177c

Browse files
authored
fix/l10n: update strings path in subsyStems.go (#287)
1 parent 0ea1c20 commit 331177c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/subsyStems.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewSubSystemsCommand() *cmdr.Command {
6666
cmdr.NewStringFlag(
6767
"name",
6868
"n",
69-
apx.Trans("subsystems.new.options.name"),
69+
apx.Trans("subsystems.new.options.name.description"),
7070
"",
7171
),
7272
)
@@ -83,7 +83,7 @@ func NewSubSystemsCommand() *cmdr.Command {
8383
cmdr.NewStringFlag(
8484
"name",
8585
"n",
86-
apx.Trans("subsystems.rm.options.name"),
86+
apx.Trans("subsystems.rm.options.name.description"),
8787
"",
8888
),
8989
)

0 commit comments

Comments
 (0)