mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a couple of translation issues, and remove the test French translation files.
This commit is contained in:
@@ -209,7 +209,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
|
||||
alertify.confirm(
|
||||
'{{ _('Reset statistics') }}',
|
||||
S('{{ _('Are you sure you want to reset the statistics for table %%s?') }}').sprintf(d._label).value(),
|
||||
S('{{ _('Are you sure you want to reset the statistics for table %s?') }}').sprintf(d._label).value(),
|
||||
function (e) {
|
||||
if (e) {
|
||||
var data = d;
|
||||
|
||||
Reference in New Issue
Block a user