summaryrefslogtreecommitdiff
path: root/heremaps-uc/src/heremaps-uc.c
diff options
context:
space:
mode:
Diffstat (limited to 'heremaps-uc/src/heremaps-uc.c')
-rw-r--r--heremaps-uc/src/heremaps-uc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/heremaps-uc/src/heremaps-uc.c b/heremaps-uc/src/heremaps-uc.c
index 191993a..70ecac5 100644
--- a/heremaps-uc/src/heremaps-uc.c
+++ b/heremaps-uc/src/heremaps-uc.c
@@ -265,8 +265,8 @@ static Evas_Object *create_popup_wearable(Evas_Object *layout, heremaps_uc_app_d
char buf[4096] = {0};
char *str1 = P_("IDS_POSITIONING_CONSENT_BODY");
- char *str2 = "<color=#006fd1ff underline=on underline_color=#006fd1ff><a href=http://here.com/terms/service-terms>http://here.com/terms/service-terms</a></color>";
- char *str3 = "<color=#006fd1ff underline=on underline_color=#006fd1ff><a href=http://here.com/privacy/privacy-policy>http://here.com/privacy/privacy-policy</a></color>";
+ char *str2 = "http://here.com/terms/service-terms";
+ char *str3 = "http://here.com/privacy/privacy-policy";
snprintf(buf, 4096, str1, str2, str3);
char *text = strdup(buf);