更新语言

This commit is contained in:
wyf
2025-12-09 18:09:31 +08:00
parent e7c51bea52
commit 793dddfba8
7 changed files with 71 additions and 38 deletions

View File

@@ -96,7 +96,7 @@ class _UpdateUserEmailPageState extends State<UpdateUserEmailPage> {
if (loginController.model.updatePhone == null ||
loginController.model.updatePhone == '') {
NewTopSlideNotification.show(
text: "请输入邮箱号",
text: "请输入邮箱号".tr,
textColor: themeController.currentColor.sc9,
);
return;