Skip to content

Commit

Permalink
[IJ Plugin] Correctly name Open In items (#6151)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Sep 17, 2024
1 parent f8b28a0 commit 0508dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,7 @@
>
<add-to-group group-id="ApolloToolsActionGroup" />
<add-to-group group-id="RevealGroup" />
<override-text place="EditorTabPopup" text="Apollo Sandbox" />
<override-text place="ProjectViewPopup" use-text-of-place="EditorTabPopup" />
<override-text place="EditorPopup" use-text-of-place="EditorTabPopup" />
<override-text place="FavoritesPopup" use-text-of-place="EditorTabPopup" />
<override-text place="RevealInPopup" />
</action>

<!-- Tools / Apollo / Fetch Field Latencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ action.ApolloV3ToV4MigrationAction.confirmDialog.message=This will migrate your
Before refactoring please make sure to commit any local changes and that the project builds with no errors.



action.CompatToOperationBasedCodegenMigrationAction.text=Migrate to operationBased Codegen...
action.CompatToOperationBasedCodegenMigrationAction.description=Run the helper to migrate from the compat to the operationBased codegen
action.CompatToOperationBasedCodegenMigrationAction.confirmDialog.title=Migrate to operationBased Codegen
Expand Down Expand Up @@ -70,6 +71,8 @@ action.ThrowAction.text=Throw an Exception
action.GraphQLExecuteEditor.text=Execute GraphQL
action.GraphQLExecuteEditor.description=Executes the current GraphQL file against the specified GraphQL endpoint

action.OpenInSandboxAction.RevealInPopup.text=Apollo Sandbox

ApolloMigrationRefactoringProcessor.codeReferences=Items to be migrated

ApolloV2ToV3MigrationProcessor.title=Migrate to Apollo Kotlin 3
Expand Down

0 comments on commit 0508dd8

Please sign in to comment.