Add bug_report_url config

This commit is contained in:
Benoit Marty 2019-03-18 16:32:35 +01:00
parent 02c7deb783
commit 20108c2603
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
<string name="matrix_org_server_url" translatable="false">https://matrix.org</string>
<string name="default_hs_server_url" translatable="false">https://matrix.org</string>
<string name="default_identity_server_url" translatable="false">https://vector.im</string>
<string name="piwik_server_url" translatable="false">"https://piwik.riot.im"</string>
<string name="piwik_server_url" translatable="false">https://piwik.riot.im</string>
<string name="bug_report_url" translatable="false">https://riot.im/bugreports/submit</string>

<!-- Widget urls -->
<string name="integrations_ui_url" translatable="false">"https://scalar-staging.riot.im/scalar-web/"</string>