Skip to content

Commit

Permalink
update app name to avoid confusion in f-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Dec 13, 2024
1 parent 5ffbc19 commit 3a5f9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/undo_rebrand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ find ./src/main/assets/help/ -type f -name '*.html' | xargs sed -i 's/github.com
find ./src/main/assets/help/ -type f -name '*.html' | xargs sed -i 's/ArcaneChat/Delta Chat/g'
find ./src/ -type f -name 'strings.xml' | xargs sed -i 's/github.com\/ArcaneChat/get.delta.chat/g'
find ./src/ -type f -name 'strings.xml' | xargs sed -i 's/ArcaneChat/Delta Chat/g'
sed -i 's/>Delta Chat</>ArcaneChat</g' ./src/main/res/values/strings.xml
2 changes: 1 addition & 1 deletion src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="community_set_name_explain">Set a name that other will recognize.</string>
<string name="could_not_open_file">Could not open file</string>
<!-- common strings without special context -->
<string name="app_name">Delta Chat</string>
<string name="app_name">ArcaneChat</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<!-- deprecated, the word "or" to separate blocks in the user interface that are mutually exclusive -->
Expand Down

0 comments on commit 3a5f9b3

Please sign in to comment.