Skip to content
Snippets Groups Projects
Commit 07187d7a authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

FE-979: Update settings URLs

parent 4ce8269f
No related branches found
No related tags found
2 merge requests!84Version 2.92 build 629,!81FE-979: Update settings URLs
......@@ -146,7 +146,7 @@ class SettingsFragment : BaseFragment() {
DialogUtils.getWebPopup(
requireContext(),
getString(R.string.settings_disclosures),
"https://xx.network/privategrity-corporation-terms-of-use"
requireContext().getString(R.string.settings_disclosures_url)
).show()
}
......@@ -154,7 +154,7 @@ class SettingsFragment : BaseFragment() {
DialogUtils.getWebPopup(
requireContext(),
getString(R.string.settings_privacy_policy),
"https://xx.network/privategrity-corporation-privacy-policy"
requireContext().getString(R.string.settings_privacy_policy_url)
).show()
}
......@@ -162,7 +162,7 @@ class SettingsFragment : BaseFragment() {
DialogUtils.getWebPopup(
requireContext(),
"Terms of Use",
"https://xx.network/terms-of-use"
requireContext().getString(R.string.settings_disclosures_url)
).show()
}
......
......@@ -485,7 +485,9 @@
<string name="contacts_max_members_msg">You have reached the maximum amount of members.</string>
<string name="contacts_requests">Requests</string>
<string name="settings_disclosures">Disclosures</string>
<string name="settings_disclosures_url">https://elixxir.io/privategrity-corporation-terms-of-use/</string>
<string name="settings_privacy_policy">Privacy Policy</string>
<string name="settings_privacy_policy_url">https://elixxir.io/privategrity-corporation-privacy-policy/</string>
<string name="settings_cover_traffic_title">Cover Traffic</string>
<string name="settings_cover_traffic_description">Hide when you send messages.</string>
<string name="settings_cover_traffic_dialog_body">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment