Auth: Change "Token Name" to "Client Name" in auth add CLI subcommand
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
89ca0d8899
commit
7917482580
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func authAddAction(ctx *cli.Context) error {
|
||||||
|
|
||||||
if clientName == "" {
|
if clientName == "" {
|
||||||
prompt := promptui.Prompt{
|
prompt := promptui.Prompt{
|
||||||
Label: "Token Name",
|
Label: "Client Name",
|
||||||
Default: rnd.Name(),
|
Default: rnd.Name(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue