update button label

This commit is contained in:
2025-07-22 21:45:05 +08:00
parent 63a5ebe1b5
commit 7a99219917

View File

@@ -860,7 +860,7 @@
type="submit"
class="w-full bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700 transition"
>
{isEditing ? "Update Timesheet" : "New Entry"}
{isEditing ? "Update Inventory" : "New Entry"}
</button>
</form>
</div>