diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml
index c93193b..7a5f5c4 100644
--- a/app/views/profile/index.rhtml
+++ b/app/views/profile/index.rhtml
@@ -11,9 +11,9 @@
<%# FIXME %>
-
<%= link_to_function _('Friends'), 'alert("not yet")' %>
- <%= link_to_function _('Communities'), 'alert("not yet")' %>
- <%= link_to_function _('Enterprises'), 'alert("not yet")' %>
+ <%= link_to_function _('Friends'), 'alert(%s)' % _('This function is not available yet.').inspect %>
+ <%= link_to_function _('Communities'), 'alert(%s")' % _('This function is not available yet.').inspect %>
+ <%= link_to_function _('Enterprises'), 'alert(%s)' % _('This function is not available yet.').inspect %>
<%= _('Tags:') %>
--
libgit2 0.21.2