diff --git a/lib/router/me/me_router_log_item_component.dart b/lib/router/me/me_router_log_item_component.dart index 2f1546b..5e72b21 100644 --- a/lib/router/me/me_router_log_item_component.dart +++ b/lib/router/me/me_router_log_item_component.dart @@ -58,7 +58,7 @@ class _MeRouterLogItemComponent extends State { bottom: 2, ), child: Text( - "approve", + "Approve", style: TextStyle(color: Colors.white), ), ), @@ -72,7 +72,7 @@ class _MeRouterLogItemComponent extends State { right: Base.BASE_PADDING_HALF, ), child: Text( - "reject", + "Reject", style: TextStyle(color: Colors.white), ), ),