diff --git a/app/views/shared/_privilege_user.html.erb b/app/views/shared/_privilege_user.html.erb
index 9d49be35..ba68996f 100644
--- a/app/views/shared/_privilege_user.html.erb
+++ b/app/views/shared/_privilege_user.html.erb
@@ -1,6 +1,6 @@
-
<%= user.cache_dept[I18n.locale.to_s] %>
- <%= content_tag :div,:data=>{'original-title'=>t('announcement.bulletin.approval_setting_window_title'),:content => user.cache_dept[I18n.locale.to_s]},:class=>"checkbox clear" do %>
+
<%= user.cache_dept[I18n.locale.to_s] rescue ''%>
+ <%= content_tag :div,:data=>{'original-title'=>t('announcement.bulletin.approval_setting_window_title'),:content => (user.cache_dept[I18n.locale.to_s] rescue '')},:class=>"checkbox clear" do %>