Rename i18n keys track->trace

This commit is contained in:
Andy Allan 2018-08-29 17:59:58 +08:00
parent d0089f0ce8
commit 44217775f0
2 changed files with 4 additions and 4 deletions

View file

@ -57,8 +57,8 @@
<% if current_user && (current_user==@trace.user || current_user.administrator? || current_user.moderator?)%>
<div class="buttons">
<% if current_user == @trace.user %>
<%= link_to t('.edit_track'), edit_trace_path(@trace), :class => "button" %>
<%= link_to t('.edit_trace'), edit_trace_path(@trace), :class => "button" %>
<% end %>
<%= button_to t('.delete_track'), { :controller => 'traces', :action => 'delete', :id => @trace.id }, :data => { :confirm => t('.confirm_delete') } %>
<%= button_to t('.delete_trace'), { :controller => 'traces', :action => 'delete', :id => @trace.id }, :data => { :confirm => t('.confirm_delete') } %>
</div>
<% end %>

View file

@ -1741,8 +1741,8 @@ en:
description: "Description:"
tags: "Tags:"
none: "None"
edit_track: "Edit this trace"
delete_track: "Delete this trace"
edit_trace: "Edit this trace"
delete_trace: "Delete this trace"
trace_not_found: "Trace not found!"
visibility: "Visibility:"
confirm_delete: "Delete this trace?"