View | Details | Raw Unified | Return to bug 17609
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-2 / +1 lines)
Lines 74-80 a.add, a.delete { Link Here
74
      <div class="dialog [% m.type %]">
74
      <div class="dialog [% m.type %]">
75
        [% SWITCH m.code %]
75
        [% SWITCH m.code %]
76
        [% CASE 'error_on_update' %]
76
        [% CASE 'error_on_update' %]
77
          An error occurred when updateing mappings ([% m.message %]).
77
          An error occurred when updating mappings ([% m.message %]).
78
        [% CASE 'error_on_delete' %]
78
        [% CASE 'error_on_delete' %]
79
          An error occurred when deleting the existing mappings. Nothing has been changed!
79
          An error occurred when deleting the existing mappings. Nothing has been changed!
80
          (search field [% m.values.field_name %] with mapping [% m.values.marc_field %].)
80
          (search field [% m.values.field_name %] with mapping [% m.values.marc_field %].)
81
- 

Return to bug 17609