diff options
Diffstat (limited to 'spec/features/line_footnotes_spec.rb')
| -rw-r--r-- | spec/features/line_footnotes_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/line_footnotes_spec.rb b/spec/features/line_footnotes_spec.rb index 1209e96b0..0273ee288 100644 --- a/spec/features/line_footnotes_spec.rb +++ b/spec/features/line_footnotes_spec.rb @@ -29,7 +29,7 @@ describe 'Line Footnotes', type: :feature do      context 'user has permission to edit footnotes' do        it 'shows edit link for footnotes' do -        expect(page).to have_content(I18n.t('lines.actions.edit_footnotes')) +        expect(page).to have_content(I18n.t('actions.edit'))        end      end | 
