Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change remotes library desc #982

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Attention: don't forget to add the flag for F-Droid before release
- [FIX] Fix remote-controls duplication ir files
- [FIX] Fix infrared remotes card beta text color
- [FIX] Fix disappeared file manager
- [FIX] Change description of remotes library card
- [CI] Fix merge-queue files diff
- [CI] Add https://github.com/LionZXY/detekt-decompose-rule
- [CI] Enabling detekt module for android and kmp modules
Expand Down
2 changes: 1 addition & 1 deletion components/toolstab/impl/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<string name="card_beta">Beta</string>
<string name="remotes_library_infrared_title">Infrared</string>
<string name="remotes_library_title">Remotes Library</string>
<string name="remotes_library_desc">Find remotes for your devices from a wide range of brands and models</string>
<string name="remotes_library_desc">Find and save remotes for your devices from a wide range of brands and models</string>
</resources>
Loading