diff --git a/app/views/layouts/_sidebar.html.erb b/app/views/layouts/_sidebar.html.erb
index b74ec6ae..626d95e1 100644
--- a/app/views/layouts/_sidebar.html.erb
+++ b/app/views/layouts/_sidebar.html.erb
@@ -14,23 +14,23 @@
<%= link_to (t :inventory), inventory_path,:class =>"" %>
- <%= link_to "Zones ", settings_zones_path,:class =>"" %>
- <%= link_to "Order Queue Station ", settings_order_queue_stations_path,:class =>"" %>
- <%= link_to "Menu ", settings_menus_path,:class =>"" %>
+ <%= link_to (t :zones), settings_zones_path,:class =>"" %>
+ <%= link_to (t :oqs), settings_order_queue_stations_path,:class =>"" %>
+ <%= link_to (t :menu), settings_menus_path,:class =>"" %>
<%= t 'transactions' %>
<%= link_to (t :cashier), settings_cashier_terminals_path,:class =>"" %>
- <%= link_to "Print Settings ", print_settings_path,:class =>"" %>
- <%= link_to "Staff ", settings_employees_path,:class =>"" %>
- <%= link_to "Product ", settings_products_path,:class =>"" %>
- <%= link_to "Promotion ", settings_promotions_path,:class =>"" %>
- <%= link_to "Reports", reports_dailysale_index_path, :class =>"" %>
+ <%= link_to (t :printer), print_settings_path,:class =>"" %>
+ <%= link_to (t :staff), settings_employees_path,:class =>"" %>
+ <%= link_to (t :products), settings_products_path,:class =>"" %>
+ <%= link_to (t :promotions), settings_promotions_path,:class =>"" %>
+ <%= link_to (t :reports), reports_dailysale_index_path, :class =>"" %>