updating youText in ja + ko based on Eric's input

This commit is contained in:
Sacha Arbonel
2021-08-05 13:36:15 -04:00
parent 10e92d40b0
commit 57e9552248
2 changed files with 2 additions and 2 deletions
@@ -331,7 +331,7 @@ class StreamChatLocalizationsJa extends GlobalStreamChatLocalizations {
String get inText => '';
@override
String get youText => 'お客様';
String get youText => 'あなた';
// This is the word for 'customer' or 'user' because saying 'you' directly is too informal and rude
@override
@@ -335,7 +335,7 @@ class StreamChatLocalizationsKo extends GlobalStreamChatLocalizations {
String get inText => '';
@override
String get youText => '고객님';
String get youText => '당신';
// This is the word for 'customer' or 'user' because saying 'you' directly is too informal and rude
@override