Skip to content

Commit

Permalink
fix typo from PR 3159
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Aug 22, 2024
1 parent 0c63463 commit a0319b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<j-tray-plugin
:config="config"
:plugin_key="plugin_key || Spectral Extraction"
:plugin_key="plugin_key || 'Spectral Extraction'"
:api_hints_enabled.sync="api_hints_enabled"
:description="docs_description || 'Extract a '+resulting_product_name+' from a spectral cube.'"
:link="docs_link || 'https://jdaviz.readthedocs.io/en/'+vdocs+'/'+config+'/plugins.html#spectral-extraction'"
Expand Down

0 comments on commit a0319b6

Please sign in to comment.