-reset_link=link_tos_('AccessTokens|reset it'),[:reset,:feed_token,:profile],method: :put,data: {confirm: s_('AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working.')}
-reset_message=s_('AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens.')%{link_reset_it: reset_link}
...
...
@@ -49,7 +49,7 @@
=s_('AccessTokens|It cannot be used to access any other data.')
-reset_link=link_tos_('AccessTokens|reset it'),[:reset,:incoming_email_token,:profile],method: :put,data: {confirm: s_('AccessTokens|Are you sure? Any issue email addresses currently in use will stop working.')}
-reset_message=s_('AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens.')%{link_reset_it: reset_link}