Skip to content

Commit e4d5dd0

Browse files
committed
chore(example): rename upload token hint
1 parent 28c9dbe commit e4d5dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class UploaderPageState extends State<UploaderPage> {
7676
focusedBorder: OutlineInputBorder(
7777
borderSide: BorderSide(color: primaryColor, width: 2.0),
7878
),
79-
hintText: 'My video token',
79+
hintText: 'Your upload token',
8080
),
8181
controller: _tokenTextController,
8282
),

0 commit comments

Comments
 (0)