diff --git a/public/famous/templates.js b/public/famous/templates.js index 1365e67a..fa1024bb 100644 --- a/public/famous/templates.js +++ b/public/famous/templates.js @@ -19,24 +19,17 @@ t.logoContent += ''; /* logged in explore maps bars */ t.mineAuthContent = '
My Maps
'; - t.mineAuthContent += '
Shared Maps
'; + t.mineAuthContent += '
Shared With Me
'; t.mineAuthContent += '
Recently Active
'; - t.mineAuthContent += '
Featured
'; t.sharedAuthContent = '
My Maps
'; - t.sharedAuthContent += '
Shared Maps
'; + t.sharedAuthContent += '
Shared With Me
'; t.sharedAuthContent += '
Recently Active
'; - t.sharedAuthContent += '
Featured
'; t.activeAuthContent = '
My Maps
'; - t.activeAuthContent += '
Shared Maps
'; + t.activeAuthContent += '
Shared With Me
'; t.activeAuthContent += '
Recently Active
'; - t.activeAuthContent += '
Featured
'; - t.featuredAuthContent = '
My Maps
'; - t.featuredAuthContent += '
Shared Maps
'; - t.featuredAuthContent += '
Recently Active
'; - t.featuredAuthContent += '
Featured
'; /* apps bars */ t.registeredAppsContent = '
Registered Apps
';