Skip to content

Commit a593873

Browse files
committed
🐛 Link confirm button's text with delegate.
Fix #6 .
1 parent 6dbffe0 commit a593873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widget/camera_picker_viewer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class _CameraPickerViewerState extends State<CameraPickerViewer> {
277277
borderRadius: BorderRadius.circular(3.0),
278278
),
279279
child: Text(
280-
'完成',
280+
Constants.textDelegate.confirm,
281281
style: TextStyle(
282282
color: theme.textTheme.bodyText1.color,
283283
fontSize: 17.0,

0 commit comments

Comments
 (0)