Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj6939 committed Oct 6, 2023
1 parent 967b2c9 commit 819ff24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@
<div class="row g-3 align-items-center w-100 mt-4" v-if="showRetweet">
<div class="text-left col-lg-3 col-md-3 text-left">
<label for="value" class="col-form-label"
>Retweet URL<span style="color: red">*</span>:
>Repost URL<span style="color: red">*</span>:
</label>
</div>
<div class="col-lg-9 col-md-9 px-0">
<input
v-model="selected.value"
type="text"
:placeholder="
selected.type === null ? '' : 'Please Enter Your Retweet URL'
selected.type === null ? '' : 'Please Enter Your Repost URL'
"
id="value"
class="form-control w-100"
Expand Down

0 comments on commit 819ff24

Please sign in to comment.