diff --git a/auth/src/main/res/values/strings.xml b/auth/src/main/res/values/strings.xml
index c5164195cba99980de112fd28e21f80633b3baf0..8f380577d5c6dcc0a5d2f470f407da6becb97377 100644
--- a/auth/src/main/res/values/strings.xml
+++ b/auth/src/main/res/values/strings.xml
@@ -121,21 +121,17 @@
     <string name="user_id">User ID</string>
     <string name="verify">Verify</string>
     <string name="got_it">Got it</string>
-    <string name="group">Group</string>
-    <string name="circle">Circle</string>
-    <string name="circle_explanation"><![CDATA[
-Tip: A <b>circle</b> works like a secure, private version of Facebook or Twitter.  Everyone posts to their own timeline, and you see posts from all the timelines that you\'re following.
-<br/>A circle is a good way to share things with lots of people who don\'t all know each other, but they all know you.
-<br/>For example, think about all the aunts and uncles and cousins from the different sides of your family.
-Or, think about all of your friends across all of the places you've ever lived.
-<br/>If you want to connect a bunch of people who <i>do</i> all know each other, then it\'s better to create a <b>Group</b> instead.
-]]></string>
-    <string name="group_explanation"><![CDATA[
-Tip: A <b>group</b> is the best way to connect a bunch of people where everyone is connected to everyone else.
-<br/>Everyone in the group posts to the same timeline, and everyone in the group can see every post.
-<br/>For example, you might want to create a group for your book club, or your sports team, or your scout troop.
-<br/>If you want to share with lots of different people who <i>don't</i> all know each other, then you should invite those people to follow you in a <b>Circle</b> instead.
-]]></string>
+    <string name="groups">Groups</string>
+    <string name="circles">Circles</string>
+    <string name="circle_explanation"><![CDATA[Tip: A <b>circle</b> works like a secure, private version of Facebook or Twitter.  Everyone posts to their own timeline, and you see posts from all the timelines that you\'re following.
+<br/><br/>A circle is a good way to share things with lots of people who don\'t all know each other, but they all know you.
+<br/><br/>For example, think about all the aunts and uncles and cousins from the different sides of your family.
+Or, think about all of your friends across all of the places you\'ve ever lived.
+<br/><br/>If you want to connect a bunch of people who <i>do</i> all know each other, then it\'s better to create a <b>Group</b> instead.]]></string>
+    <string name="group_explanation"><![CDATA[Tip: A <b>group</b> is the best way to connect a bunch of people where everyone is connected to everyone else.
+<br/><br/>Everyone in the group posts to the same timeline, and everyone in the group can see every post.
+<br/><br/>For example, you might want to create a group for your book club, or your sports team, or your scout troop.
+<br/><br/>If you want to share with lots of different people who <i>don\'t</i> all know each other, then you should invite those people to follow you in a <b>Circle</b> instead.]]></string>
 
     <plurals name="days">
         <item quantity="one">%1$d day</item>