admin: rename overwrite button for blockdef (#88502)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2024-03-22 10:51:45 +01:00
parent 8c3374e790
commit e0857ce653
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class BlockDirectory(FieldsDirectory):
'Save snapshot'
)
r += htmltext('<li><a class="button button-paragraph" rel="popup" href="overwrite">%s</a>') % _(
'Overwrite'
'Overwrite with new import'
)
r += htmltext('</ul>')
r += htmltext('<h3>%s</h3>') % _('Navigation')