fix(translation): typo in footer
This commit is contained in:
parent
36b78d0300
commit
dc89ddb639
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Dossiers::EditFooterComponent < ApplicationComponent
|
|||
class: 'fr-btn fr-btn--sm',
|
||||
disabled: !owner?,
|
||||
method: :post,
|
||||
data: { 'disable-with': t('.sbumitting'), controller: 'autosave-submit' }
|
||||
data: { 'disable-with': t('.submitting'), controller: 'autosave-submit' }
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue