diff --git a/app/views/spree/admin/shared/_new_resource_links.html.haml b/app/views/spree/admin/shared/_new_resource_links.html.haml index ede33d407d..8b774f7ba6 100644 --- a/app/views/spree/admin/shared/_new_resource_links.html.haml +++ b/app/views/spree/admin/shared/_new_resource_links.html.haml @@ -1,4 +1,4 @@ .form-buttons.filter-actions.actions - = button t('actions.create'), 'icon-ok' + = button t(:create), 'icon-ok' %span.or= t(:or) - = button_link_to t('actions.cancel'), collection_url, icon: 'icon-remove' + = button_link_to t(:cancel), collection_url, icon: 'icon-remove'