Merge pull request #7923 from betagouv/fix_typo_in_footer_translation
fix(translation): typo dans le footer
This commit is contained in:
commit
c94b1ce3d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue