Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Jul 30, 2024
1 parent a9a111e commit 7ee08b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import javax.swing.Action
import javax.swing.JComponent

abstract class BaseLoginDialog(
val project: Project?,
val parent: Component?,
protected val project: Project?,
protected val parent: Component?,
executorFactory: SourcegraphApiRequestExecutor.Factory,
private val authMethod: SsoAuthMethod
) : DialogWrapper(project, parent, false, IdeModalityType.PROJECT) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/CodyBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ login.dialog.show-advanced=Show Advanced...
login.dialog.hide-advanced=Hide Advanced...
login.dialog.check-browser=Logging in, check your browser
login.dialog.instance-url.label=Instance URL:
login.dialog.instance-url.comment=Enter the address of your sourcegraph instance. For example https://sourcegraph.<yourcompany>.org
login.dialog.instance-url.comment=Enter the address of your Sourcegraph instance. For example https://sourcegraph.<yourcompany>.org
login.dialog.instance-url.empty=https://sourcegraph.<yourcompany>.org
login.dialog.token.label=Token:
login.dialog.custom-headers.label=Custom request headers:
Expand Down

0 comments on commit 7ee08b1

Please sign in to comment.