To overwrite the default label of submit buttons (also used by simple_form):
config/locales/rails.de.yml:
de:
helpers:
submit:
create: Erstellen
update: SpeichernMar 13, 2026
To overwrite the default label of submit buttons (also used by simple_form):
config/locales/rails.de.yml:
de:
helpers:
submit:
create: Erstellen
update: Speichern