mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Fixed undo text when deleting private tags
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user