Skip to content

Commit

Permalink
edit wording
Browse files Browse the repository at this point in the history
  • Loading branch information
JangInHwa committed Oct 20, 2022
1 parent eeec60b commit 8dcc3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/pages/facesign_tip2/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FaceSignTip2PageController extends GetxController {
try {
await faceSignController.registerFaceSign();
Get.until((route) => route.isFirst || route.settings.name == '/me');
DPSnackBar.open("얼굴 등록에 성공했어요.", hapticFeedback: HapticPatterns.success);
DPSnackBar.open("페이스사인을 등록했어요.", hapticFeedback: HapticPatterns.success);
} on DioError catch (e) {
DPErrorSnackBar().open(e.response!.data["message"]);
// ignore: empty_catches
Expand Down

0 comments on commit 8dcc3ad

Please sign in to comment.