Skip to content

Commit

Permalink
improve copy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Sep 15, 2024
1 parent fdd7a24 commit b16817d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/tag_replacer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const showInitialPrompt = async () => {
dom('input', { type: 'text', name: 'oldTag', required: true, placeholder: 'Required', autocomplete: 'off' })
]),
dom('label', null, null, [
'Add this new tag:',
'Add new tag/tags:',
dom('input', { type: 'text', name: 'newTag', placeholder: 'Optional, comma-separated', autocomplete: 'off' })
])
]);
Expand Down

0 comments on commit b16817d

Please sign in to comment.