refactor: improve pt_BR localization clarity and consistency

- Refactor pt_BR localization strings for improved clarity and consistency in UI text across various components.
- Add password masking to the API key input field.
This commit is contained in:
Douglas Cunha 2024-10-24 10:17:35 -03:00
parent c08c307c7a
commit 63f75dc589
No known key found for this signature in database
GPG key ID: 2D100AA81881B482
2 changed files with 204 additions and 176 deletions

View file

@ -496,6 +496,7 @@
<TextBox Grid.Row="2" Grid.Column="1"
Height="28"
CornerRadius="3"
PasswordChar="*"
Text="{Binding OpenAIApiKey, Mode=TwoWay}"/>
<TextBlock Grid.Row="3" Grid.Column="0"