文言修正

This commit is contained in:
ろむねこ 2024-07-12 11:54:59 +09:00
parent e90fd8a759
commit aace66143f
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -180,7 +180,7 @@ public class MainActivity extends AppCompatActivity {
childData.getChild(userSettings.getAppCommonSetting().getChildId()).thenAccept(childModel -> {
((TextView) view.findViewById(R.id.userNameTextView)).setText(childModel.getName());
logger.debug("ChildModel: " + childModel.getName());
((TextView) view.findViewById(R.id.emailTextView)).setText("子供モードはメールアドレスを設定できません");
((TextView) view.findViewById(R.id.emailTextView)).setText("子供ユーザーはメールアドレスを設定できません");
((Chip) view.findViewById(R.id.chip)).setText("子供/Child");
}).join();
} else {