<% content_for :heading do %>

<%= t ".title" %>

<% end %>
<%= t ".preferred_editor" %>
<% if current_user.preferred_editor? %>
<%= t("editor.#{current_user.preferred_editor}.description") %>
<% else %>
<%= t("editor.default", :name => t("editor.#{Settings.default_editor}.name")) %>
<% end %>
<%= t ".preferred_languages" %>
<%= link_to t(".edit_preferences"), edit_preferences_path, :class => "btn btn-outline-primary" %>