refactor: Update message hint text for improved user guidance
- Changed the placeholder text in the message input field across multiple languages to "Ask Conduit" for better clarity and user engagement. - Updated localization files for German, English, Spanish, French, Italian, Dutch, Russian, and Chinese to reflect the new hint text.
This commit is contained in:
@@ -448,7 +448,7 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
String get messageInputHint => 'Scrivi il tuo messaggio';
|
||||
|
||||
@override
|
||||
String get messageHintText => 'Messaggio...';
|
||||
String get messageHintText => 'Chiedi a Conduit';
|
||||
|
||||
@override
|
||||
String get stopGenerating => 'Interrompi generazione';
|
||||
|
||||
Reference in New Issue
Block a user