Skip to content

Commit

Permalink
chore: update error wrong url message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Medesan authored and Alexandru Medesan committed Feb 28, 2023
1 parent 4cdd21d commit 0731582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NextCloud/NextCloudVideoEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class Edit extends Component {
</div>
{data.url && !this.isValidUrl(data.url) && <Message
error
content='Please enter a valid video URL.'
content={`Please enter a valid video URL from the following whitelist domains: ${this.allowedDomainList.join(', ')}`}
/>}
</center>
)
Expand Down

0 comments on commit 0731582

Please sign in to comment.