idurar / idurar-erp-crm

Open Source Headless ERP CRM E-Commerce Accounting Software | Node Js React
https://cloud.idurarapp.com/
Other
5.9k stars 1.73k forks source link

Fix Spacing Issue in Delete Confirmation Message #1063

Open Loujayna1 opened 3 months ago

Loujayna1 commented 3 months ago

Description

This pull request addresses an issue where the delete confirmation message displays the item name concatenated directly with the word "delete" without a space in between. This results in a visually incorrect confirmation message.

Steps to Test

Tested the fix by triggering delete actions for various items. Verified that the delete confirmation message now correctly displays the item name with a space between "delete" and the item name. Ensured that the spacing issue is resolved and the delete confirmation message is visually correct.

Screenshots (if applicable)

### Before:

Screenshot 2024-04-14 011011 Screenshot 2024-04-14 010933 Screenshot 2024-04-14 005415 Screenshot 2024-04-14 005221 Screenshot 2024-04-14 004854 Screenshot 2024-04-14 004748 Screenshot 2024-04-14 003952 Screenshot 2024-04-14 000430 Screenshot 2024-04-14 005105

### After:

Screenshot 2024-04-14 014657 Screenshot 2024-04-14 014626 Screenshot 2024-04-14 014600 Screenshot 2024-04-14 014538 Screenshot 2024-04-14 014513 Screenshot 2024-04-14 014434 Screenshot 2024-04-14 014414 Screenshot 2024-04-14 014056 Screenshot 2024-04-14 015019

Checklist