fix: cooldown and teams, added correct textfield hint

This commit is contained in:
Deven Joshi
2021-08-18 15:45:46 +05:30
parent fd13d1089f
commit f28b6b61a0
9 changed files with 31 additions and 0 deletions
@@ -357,4 +357,7 @@ class StreamChatLocalizationsEn extends GlobalStreamChatLocalizations {
@override
String get replyToMessageLabel => 'Reply to Message';
@override
String get slowModeOnLabel => 'Slow mode ON';
}
@@ -362,4 +362,7 @@ class StreamChatLocalizationsEs extends GlobalStreamChatLocalizations {
@override
String get replyToMessageLabel => 'Responder al Mensaje';
@override
String get slowModeOnLabel => 'Modo lento activado';
}
@@ -361,4 +361,7 @@ class StreamChatLocalizationsFr extends GlobalStreamChatLocalizations {
@override
String get replyToMessageLabel => 'Répondre au Message';
@override
String get slowModeOnLabel => 'Mode lent activé';
}
@@ -356,4 +356,7 @@ class StreamChatLocalizationsHi extends GlobalStreamChatLocalizations {
@override
String get replyToMessageLabel => 'संदेश का जवाब';
@override
String get slowModeOnLabel => 'स्लो मोड चालू';
}
@@ -358,4 +358,7 @@ Il file è troppo grande per essere caricato. Il limite è di $limitInMB MB.''';
@override
String get replyToMessageLabel => 'Rispondi al messaggio';
@override
String get slowModeOnLabel => 'Modalità lenta attiva';
}