diff options
| author | jpl | 2017-02-20 17:40:29 +0100 | 
|---|---|---|
| committer | jpl | 2017-02-20 17:40:29 +0100 | 
| commit | fb8a0264955d38af47dd5a066426651d8894b047 (patch) | |
| tree | fd86d01c9b82a2bf756d654f397d82f91745b7a7 /spec/features/line_footnotes_spec.rb | |
| parent | 4443dd3896c99349ff24b3ea78234572a09c1869 (diff) | |
| download | chouette-core-fb8a0264955d38af47dd5a066426651d8894b047.tar.bz2 | |
Fix stuff
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 | 
