Skip to content

Commit

Permalink
CHORE: update label naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Marcelino committed Mar 6, 2024
1 parent df0fa29 commit d93fb4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/shared/options/sharedConfigOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ export function getSharedConfigOptions(isString: boolean) {
},
{
field: 'openLinkAsNewTab',
name: 'Open Link',
name: 'Link target',
type: 'boolean',
meta: {
width: 'full',
interface: 'select-radio',
options: {
choices: [
{ text: 'As New Tab', value: true },
{ text: 'On Current Tab', value: false }
{ text: 'New Tab', value: true },
{ text: 'Current Tab', value: false }
],
},
group: 'groupLinkSettings',
Expand Down

0 comments on commit d93fb4e

Please sign in to comment.