diff --git a/app/views/origami/dashboard/index.html.erb b/app/views/origami/dashboard/index.html.erb
index 8f432e1e..cd9bd050 100644
--- a/app/views/origami/dashboard/index.html.erb
+++ b/app/views/origami/dashboard/index.html.erb
@@ -98,7 +98,7 @@
<%= @summ_sale.total_receipt %> |
- | <%= t("views.right_panel.detail.total") %> <%= t :sale %> : |
+ <%= t("views.right_panel.detail.sale") %> <%= t :revenue %> : |
<%= number_with_precision( @summ_sale.total_amount, precision: precision.to_i ,delimiter: delimiter) %> |
@@ -110,7 +110,7 @@
| <%= number_with_precision( @summ_sale.total_tax , precision: precision.to_i ,delimiter: delimiter)%> |
- | <%= t("views.right_panel.detail.grand_total") %> : |
+ <%= t("views.right_panel.detail.total") %> <%= t :sale %> : |
<%= number_with_precision( @summ_sale.grand_total , precision: precision.to_i ,delimiter: delimiter)%> |
@@ -135,7 +135,7 @@
<% total_card = @sale_data.select { |hash| hash["card"]!=nil }.first %>
<% if !total_card.nil? %>
- | <%= t("views.right_panel.detail.card_sale") %> : |
+ <%= t("views.right_panel.detail.other_payment") %> : |
<%= total_card["card"].to_f %>
|