Merge pull request #7923 from betagouv/fix_typo_in_footer_translation

fix(translation): typo dans le footer
This commit is contained in:
LeSim 2022-10-17 22:53:52 +02:00 committed by GitHub
commit c94b1ce3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class Dossiers::EditFooterComponent < ApplicationComponent
class: 'fr-btn fr-btn--sm', class: 'fr-btn fr-btn--sm',
disabled: !owner?, disabled: !owner?,
method: :post, method: :post,
data: { 'disable-with': t('.sbumitting'), controller: 'autosave-submit' } data: { 'disable-with': t('.submitting'), controller: 'autosave-submit' }
} }
end end