1
0
Fork 0
forked from gitea/nas

Fix translations

This commit is contained in:
KMY 2023-07-24 11:36:29 +09:00
parent c553275381
commit a1cfab66cf
3 changed files with 9 additions and 1 deletions

View file

@ -8,7 +8,7 @@
= render 'shared/error_messages', object: @admin_settings
.fields-group
= f.input :ng_words, wrapper: :with_label, as: :text, input_html: { rows: 12 }, label: t('antennas.edit.keywords_raw')
= f.input :ng_words, wrapper: :with_label, as: :text, input_html: { rows: 12 }, label: t('admin.ng_words.keywords')
.actions
= f.button :button, t('generic.save_changes'), type: :submit