File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ typedef struct session_pro_urls session_pro_urls;
6767struct session_pro_urls {
6868 string8 roadmap ;
6969 string8 privacy_policy ;
70- string8 terms_of_conditions ;
70+ string8 terms_of_service ;
7171 string8 pro_access_not_found ;
7272 string8 support_url ;
7373};
@@ -76,7 +76,7 @@ struct session_pro_urls {
7676const session_pro_urls SESSION_PRO_URLS = {
7777 .roadmap = string8_literal ("https://getsession.org/pro-roadmap" ),
7878 .privacy_policy = string8_literal ("https://getsession.org/pro/privacy" ),
79- .terms_of_conditions = string8_literal ("https://getsession.org/pro/terms" ),
79+ .terms_of_service = string8_literal ("https://getsession.org/pro/terms" ),
8080 .pro_access_not_found = string8_literal ("https://sessionapp.zendesk.com/hc/sections/4416517450649-Support" ),
8181 .support_url = string8_literal ("https://getsession.org/pro-form" ),
8282};
You can’t perform that action at this time.
0 commit comments