Skip to content

Commit 8c02274

Browse files
committed
restore comment.
1 parent 54c9a8c commit 8c02274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/AddByokModelDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected Control createDialogArea(Composite parent) {
8989
createAzureSpecificFields(container);
9090
}
9191

92-
// Display Name
92+
// Display Name (optional for all providers)
9393
new Label(container, SWT.NONE).setText(Messages.preferences_page_byok_addModel_displayName);
9494
displayNameText = new Text(container, SWT.BORDER);
9595
displayNameText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));

0 commit comments

Comments
 (0)