change url to default
This commit is contained in:
parent
83e25984ce
commit
baae4277df
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
<!-- Main app constants -->
|
||||
<string name="app_name" translatable="false">ntfy</string>
|
||||
<string name="app_base_url" translatable="false">https://ntfy.sorrybro.men</string> <!-- If changed, you must also change google-services.json! -->
|
||||
<string name="app_base_url" translatable="false">https://ntfy.sh</string> <!-- If changed, you must also change google-services.json! -->
|
||||
|
||||
<!-- Main activity -->
|
||||
<string name="main_menu_report_bug_url" translatable="false">https://github.com/binwiederhier/ntfy/issues</string>
|
||||
<string name="main_menu_docs_url" translatable="false">https://ntfy.sorrybro.men/docs</string>
|
||||
<string name="main_menu_docs_url" translatable="false">https://ntfy.sh/docs</string>
|
||||
<string name="main_menu_donate_url" translatable="false">https://github.com/sponsors/binwiederhier</string>
|
||||
|
||||
<!-- Settings constants -->
|
||||
|
|
Loading…
Reference in a new issue