summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorTheScarastic <warabhishek@e.email>2022-04-11 14:51:12 +0530
committerTheScarastic <warabhishek@e.email>2022-04-11 18:39:36 +0530
commit4bd37041c3ace75e4ac5bfbd87fe6d1cfad8038a (patch)
tree60e942f86caa6137ccf1b59a05a4f5c8e59a2242 /app/src/main/res/values
parent58b435916b5fffea33600009d648ed7a5cc594ea (diff)
privacycentralapp: Add notification on 1st boot to tell us more about our app
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 88bd473..199472d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -134,4 +134,7 @@
<string name="widget_state_ipaddress_off">@string/dashboard_state_ipaddress_off</string>
<string name="widget_state_ipaddress_on">@string/dashboard_state_ipaddress_on</string>
<string name="widget_graph_trackers_legend">@string/dashboard_graph_trackers_legend</string>
+
+ <string name="first_notification_title">Discover Advanced Privacy</string>
+ <string name="first_notification_summary">Tap to find out how to easily block trackers, fake your location &amp; hide your IP address.</string>
</resources> \ No newline at end of file