Skip to content

Commit

Permalink
fix(message): fixed message typos
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Apr 8, 2024
1 parent b818514 commit 61948df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dashboard/business/oceanbase/obtenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func CreateOBTenant(ctx context.Context, nn types.NamespacedName, p *param.Creat
return nil, oberr.NewInternal(err.Error())
}
if existing.Status.TenantRole != apiconst.TenantRolePrimary {
return nil, oberr.NewBadRequest("primary tenant is not primary")
return nil, oberr.NewBadRequest("the target tenant is not primary tenant")
}

// Match root password
Expand Down

0 comments on commit 61948df

Please sign in to comment.