Skip to content

Commit

Permalink
fix vue typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Dec 18, 2024
1 parent 297f8db commit 35fb9ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
action_tooltip="Create Background Image"
:action_spinner="bg_img_spinner"
add_results_api_hint="plg.bg_results"
action_api_hint=plg.export_bg_img()"
action_api_hint="plg.export_bg_img()"
:api_hints_enabled="api_hints_enabled"
@click:action="create_bg_img"
></plugin-add-results>
Expand Down Expand Up @@ -438,7 +438,7 @@
label="Profile Type"
api_hint="plg.horne_ext_profile ="
:api_hints_enabled="api_hints_enabled"
hint="Profile to use for Horne extractoin."
hint="Profile to use for Horne extraction."
/>

<v-row v-if="horne_ext_profile_selected === 'Self (interpolated)'">
Expand Down

0 comments on commit 35fb9ee

Please sign in to comment.