Skip to content

Commit

Permalink
Update po files after fixing approval and deletion screen messages
Browse files Browse the repository at this point in the history
  • Loading branch information
TakumiMiyazawaAbel committed Feb 25, 2025
1 parent 55f600e commit d84192a
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 178 deletions.
2 changes: 1 addition & 1 deletion ckanext/feedback/assets/js/approval_and_delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function processAction(action, isApproval) {
});
message = ckan.i18n.translate('Is it okay to approve checked %d item(s)?').fetch(waitingRows);
} else {
message = ckan.i18n.translate('Completely delete checked %d item(s). This operation cannot be undone, are you sure?').fetch(checkedRows);
message = ckan.i18n.translate('Is it okay to approve checked %d item(s)?').fetch(checkedRows);
}

requestAnimationFrame(() => {
Expand Down
Loading

0 comments on commit d84192a

Please sign in to comment.