Adjust translations.
This commit is contained in:
parent
18a591d1f2
commit
6f96111d98
|
@ -175,7 +175,7 @@
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<!-- 顯示歷史紀錄 -->
|
<!-- 顯示歷史紀錄 -->
|
||||||
<div class="history-records">
|
<div class="history-records">
|
||||||
<h3><%= t('history_records') %></h3>
|
<h3><%= t('history') %></h3>
|
||||||
<% if f.object.ask_status_histories.present? %>
|
<% if f.object.ask_status_histories.present? %>
|
||||||
<% status_mapping = AskTicketStatus.default_sorting.map{|a| [a.key, a.title]}.to_h %>
|
<% status_mapping = AskTicketStatus.default_sorting.map{|a| [a.key, a.title]}.to_h %>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
|
Loading…
Reference in New Issue