Skip to content

Commit 0d7d479

Browse files
committed
revert
1 parent 1a292e0 commit 0d7d479

File tree

1 file changed

+1
-2
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow

1 file changed

+1
-2
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQPanel.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ class AmazonQPanel(val project: Project, private val scope: CoroutineScope) : Di
105105
}
106106
browser.complete(null)
107107
} else if (!isQSupportedInThisVersion()) {
108-
val currentBuild = com.intellij.openapi.application.ApplicationInfo.getInstance().build
109-
webviewContainer.add(JBTextArea("Amazon Q is not supported in your version ${currentBuild}. Please update to the latest version of your IDE."))
108+
webviewContainer.add(JBTextArea("${message("q.unavailable")}\n ${message("q.unavailable.node")}"))
110109
browser.complete(null)
111110
} else {
112111
val loadingPanel = JBLoadingPanel(null, this)

0 commit comments

Comments
 (0)