Fixed undo text when deleting private tags

This commit is contained in:
Minh Nguyễn
2022-09-21 16:35:07 -07:00
parent aee8258570
commit 3bf8d52ca9
+1 -1
View File
@@ -69,7 +69,7 @@ export function validationPrivateData() {
icon: 'iD-operation-delete',
title: t.append('issues.fix.' + fixID + '.title'),
onClick: function(context) {
context.perform(doUpgrade, t('issues.fix.upgrade_tags.annotation'));
context.perform(doUpgrade, t('issues.fix.remove_tag.annotation'));
}
})
];