fix some crumbs I18n

fixes CNVS-3106

test plan:
 * change language
 * /accounts/X/account_authorization_configs
 * /accounts/X/avatars
 * go to a user page, and click "Delete from X" (where X is the account)
 * all three of those pages the bread crumbs should be localized

Change-Id: I198275963999bb08fceb0659a7097af6287d8684
Reviewed-on: https://gerrit.instructure.com/34484
Reviewed-by: Rob Orton <rob@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2014-05-07 13:26:05 -06:00
parent ebfec31d2a
commit 461a425e4e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<% add_crumb "Authentication Settings" %>
<% add_crumb t(:page_title, "Authentication Settings") %>
<% @active_tab = "authentication" %>
<% content_for :page_title do %><%= t(:page_title, "Authentication Settings")%><% end %>

View File

@ -1,4 +1,4 @@
<% add_crumb 'Profile Pictures' %>
<% add_crumb t(:page_title, 'Profile Pictures') %>
<% content_for :page_title do %><%= t(:page_title, "Profile Pictures") %><% end %>
<% content_for :stylesheets do %>
<style>

View File

@ -1,5 +1,5 @@
<% content_for :page_title do %><%= t(:page_title, "Confirm Delete") %><% end %>
<% add_crumb("Confirm Delete") %>
<% add_crumb t(:page_title, "Confirm Delete") %>
<h2><%= t(:title, "Confirm Delete %{user} from %{account}", :user => @user.name, :account => @account.name) %></h2>