To overwrite the default label of submit buttons (also used by simple_form):
config/locales/rails.de.yml:
de:
helpers:
submit:
create: Erstellen
update: SpeichernAug 15, 2025
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