backoffice: reword reordering hint text to talk about fields (#74144)
gitea-wip/wcs/pipeline/pr-main This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-02-03 10:33:29 +01:00
parent 8949d83b28
commit 8ca5c8b105
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ class FieldsDirectory(Directory):
r += htmltext('</p>')
r += htmltext('<p class="hint">%s</p>') % _(
'Use drag and drop with the handles to reorder items.'
'Use drag and drop with the handles to reorder fields.'
)
extra_classes = []