fix: review 'Archive' button was mislabeled delete, zero confirmation
The bulk button read 'Archive' but called applyBulkDelete() -> gateway.deleteReview() - a real hard delete, and reviews have no archived status in the model at all, so 'archive' was never a real concept here. Relabeled to 'Delete' and added an app-confirm-dialog gate, same pattern as products/categories/orders. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1297,7 +1297,8 @@ export const hy: Translations = {
|
||||
notAvailable: 'Դեռ հասանելի չէ',
|
||||
changeStatus: 'Փոխել կարգավիճակը',
|
||||
hideSelected: 'Թաքցնել',
|
||||
archiveSelected: 'Արխիվացնել',
|
||||
deleteSelected: 'Ջնջել',
|
||||
confirmBulkDelete: 'Ջնջե՞լ ընտրված կարծիքները։ Հնարավոր չէ հետարկել։',
|
||||
reportsQueue: 'Բողոքների հերթ',
|
||||
reportsColumn: 'Բողոքներ',
|
||||
reportTarget: 'Բողոքարկված օբյեկտ',
|
||||
|
||||
Reference in New Issue
Block a user