Skip to content

Commit

Permalink
Set brand text to untranslatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Jun 16, 2024
1 parent f49fb29 commit 300a7db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<string name="retry">Retry</string>
<string name="ask_a_question">Ask a question...</string>
<string name="some_platforms_disabled">Some APIs are disabled</string>
<string name="openai_brand_text">Powered by OpenAI</string>
<string name="anthropic_brand_text">Powered by Claude</string>
<string name="google_brand_text">Powered by Gemini</string>
<string name="openai_brand_text" translatable="false">Powered by OpenAI</string>
<string name="anthropic_brand_text" translatable="false">Powered by Claude</string>
<string name="google_brand_text" translatable="false">Powered by Gemini</string>
</resources>

0 comments on commit 300a7db

Please sign in to comment.