Browse Source

Capitalize words

Neeraj Gupta 3 năm trước cách đây
mục cha
commit
3710c52a11
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/ui/common/dialogs.dart

+ 2 - 2
lib/ui/common/dialogs.dart

@@ -11,9 +11,9 @@ Future<DialogUserChoice> showChoiceDialog<T>(
   BuildContext context,
   BuildContext context,
   String title,
   String title,
   String content, {
   String content, {
-  String firstAction = 'ok',
+  String firstAction = 'Ok',
   Color firstActionColor,
   Color firstActionColor,
-  String secondAction = 'cancel',
+  String secondAction = 'Cancel',
   Color secondActionColor,
   Color secondActionColor,
   ActionType actionType = ActionType.confirm,
   ActionType actionType = ActionType.confirm,
 }) {
 }) {