mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
button display rephrase of text
This commit is contained in:
parent
9498dbd323
commit
8a5b7fd8b1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class PreLoadCommunitiesForm(FlaskForm):
|
|||
|
||||
|
||||
class ImportExportBannedListsForm(FlaskForm):
|
||||
import_file = FileField(_l('Import Ban Lists'))
|
||||
import_file = FileField(_l('Import Bans List Json File'))
|
||||
import_submit = SubmitField(_l('Import'))
|
||||
export_submit = SubmitField(_l('Export'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue