diff options
Diffstat (limited to 'config/locales/views/route_elements')
-rw-r--r-- | config/locales/views/route_elements/de.yml | 2 | ||||
-rw-r--r-- | config/locales/views/route_elements/en.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/views/route_elements/de.yml b/config/locales/views/route_elements/de.yml index 683bee8..fe14671 100644 --- a/config/locales/views/route_elements/de.yml +++ b/config/locales/views/route_elements/de.yml @@ -72,4 +72,4 @@ de: position: label: 'Position' hint: '' - button: 'Absenden'
\ No newline at end of file + submit: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/route_elements/en.yml b/config/locales/views/route_elements/en.yml index 35179cc..c24e03a 100644 --- a/config/locales/views/route_elements/en.yml +++ b/config/locales/views/route_elements/en.yml @@ -72,4 +72,4 @@ en: position: label: 'Position' hint: '' - button: 'Submit'
\ No newline at end of file + submit: 'Submit'
\ No newline at end of file |