Update video_screen.dart

This commit is contained in:
Anirudh Sevugan 2025-01-28 18:23:08 -06:00 committed by GitHub
parent f637e6f209
commit 76cf39f543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ class _VideoScreenState extends State<VideoScreen> {
children: [
_buildCentralButton(
icon: Icons.link,
label: 'Enter Video URL',
label: 'Enter Media URL',
onPressed: _showVideoURLDialog,
),
SizedBox(width: 20),