fix tag names in facebook template
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 11 Sep 2010 15:07:30 +0000 (11:07 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 11 Sep 2010 15:07:30 +0000 (11:07 -0400)
horde/templates/prefs/facebook.html

index 99efa10..0261933 100644 (file)
@@ -24,7 +24,7 @@
     <else:have_publish>
      <div class="fbbluebox">
       <gettext><tag:app_name /> cannot set your status messages or publish other content to Facebook.</gettext>
-      <div class="fbaction"><getttext>Authorize Publish:</gettext><a class="fbbutton" href="<tag:publish_url />">Facebook</a></div>
+      <div class="fbaction"><gettext>Authorize Publish</gettext><a class="fbbutton" href="<tag:publish_url />">Facebook</a></div>
      </div>
     </else:have_publish>
     </if:have_publish>
@@ -43,7 +43,7 @@
 <else:have_session>
     <div class="notice">Could not find authorization for <tag:user_name /> to interact with your Facebook account.</div>
     <br />
-    <gettext>Login to Facebook and authorize <tag:application_name /></gettext>
+    <gettext>Login to Facebook and authorize <tag:app_name /></gettext>
     <a href="<tag:authUrl />" class="fbbutton">Facebook</a>
 </else:have_session>
 </if:have_session>